http://qs321.pair.com?node_id=430550


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