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


in reply to about use LWP::Simple

It does work if I run it in the console using "perl test.pl", but ...

But does it work if you do "./test.pl"? The executable bit must be set on the file for it to work as at CGI, on Unix at least. Try

% chmod 755 test.pl % ./test.pl