On Tue, Feb 20, 2001 at 05:25:01AM -0800, Garcia Elizabeth wrote:
>    i have this cgi script under /home/httpd/cgi-bin/.
> i issued the command perl -w checkusage.cgi on  the
> command prompt and gave me this line:
> (offline mode: enter name=value pairs on standard
> input)
> 
> what does this mean??? 

It's waiting for input.

1) You can hit Ctrl-D (end-of-file) to continue running the
script (simulates a browser form submission); or

2) You can enter name/value pairs (one per line), then hit Ctrl-D
(also simulates a browser submission with values passed on using
the PUT method).

Hope this helps.
-- 
 .--.  Michael J. Maravillo                   office://+63.2.894.3592/
( () ) Q Linux Solutions, Inc.              mobile://+63.917.897.0919/
 `--\\ A Philippine Open Source Solutions Co.  http://www.q-linux.com/
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Reply via email to