in reply to about use LWP::Simple
The code itself looks ok, you didn't say whether your CGI setup actually works at all, does the following work for you?
#!/usr/bin/perl -w print "Content-type: text/html\n\n"; print<<_HTMLEND; <HTML> <BODY> <H1> hello </H1> </BODY> </HTML> _HTMLEND
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: about use LWP::Simple
by Anonymous Monk on Feb 13, 2005 at 19:05 UTC |
In Section
Seekers of Perl Wisdom