Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: very simple question...

by Anarion (Hermit)
on Nov 11, 2001 at 14:14 UTC ( [id://124656]=note: print w/replies, xml ) Need Help??


in reply to very simple question...

You forgot to print the header before printing the document, try it at the console first and if it works without calling it with "perl file", add the next line, perhaps you didn't have the LWP, you can download it from CPAN, and install it, at least at your home and refer to it with use lib 'path':
print "Content-type:text/html\n\n";

before printing the page. Did you think of saving the pages in files ?

$anarion=\$anarion;

s==q^QBY_^=,$_^=$[x7,print

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://124656]
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: (7)
As of 2024-04-24 17:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found