diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-15 15:30:22 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-15 15:30:22 +0800 |
commit | 11795e8a33b288eb61b92c75c498fa2598f42945 (patch) | |
tree | 12ea12571ff5d97d41b6dc0f01d403e05ca20208 /pttpi/cgi/t/board.getBid.pl | |
parent | b78e3948144360a41a582d4b56a2c000e7eb44c6 (diff) | |
download | pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.gz pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.bz2 pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.lz pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.xz pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.tar.zst pttbbs-11795e8a33b288eb61b92c75c498fa2598f42945.zip |
no longer maintained
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1595 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'pttpi/cgi/t/board.getBid.pl')
-rw-r--r-- | pttpi/cgi/t/board.getBid.pl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pttpi/cgi/t/board.getBid.pl b/pttpi/cgi/t/board.getBid.pl deleted file mode 100644 index a628da4e..00000000 --- a/pttpi/cgi/t/board.getBid.pl +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl -# $Id: board.getBid.pl,v 1.1 2003/05/19 01:57:22 in2 Exp $ -use Frontier::Client; -use Data::Dumper; -do 'host.pl'; - -$brdname = $ARGV[0] || 'SYSOP'; -$server = Frontier::Client->new(url => $server_url); -$result = $server->call('board.getBid', $brdname); - -print "board.getBid($brdname) from $server_url:\n"; -print Dumper($result); |