Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Yet Another CGI question

by lhoward (Vicar)
on Jun 15, 2000 at 00:10 UTC ( [id://18172]=note: print w/replies, xml ) Need Help??


in reply to Yet Another CGI question

Well, if you don't want to enter any of the CGI name/value pairs just hit CONTROL-D. If you do want, enter the pairs, one on a line, then hit CONTROL-D.

Replies are listed 'Best First'.
RE: Re: Yet Another CGI question
by gnat (Beadle) on Jun 15, 2000 at 00:12 UTC
    On Windows, it's Ctrl-Z. In both cases, enter it at the start of a line. That sends the program "end of file", ending the read, and you can all move on with your lives.
      And if the HTML is too long for you to look at on the screen, you can either pipe it into less (or favorite pager), or on a windows machine, redirect the output to a file.
      perl foo.pl | less or perl foo.pl > foo.htm
      With the second method, you can pull up a browser and check out what it looks like also.

      #!/home/bbq/bin/perl
      # Trust no1!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://18172]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (1)
As of 2024-04-24 16:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found