Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

RE: RE: Re: Yet Another CGI question

by BBQ (Curate)
on Jun 15, 2000 at 17:21 UTC ( [id://18274]=note: print w/replies, xml ) Need Help??


in reply to RE: Re: Yet Another CGI question
in thread Yet Another CGI question

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://18274]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-20 08:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found