in reply to about use LWP::Simple
#!/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 |