in reply to Getting remote files
A short example with LWP::Simple :
Read the docs for LWP for much more info :-)use LWP::Simple; my $document = get("http://some.site/filename.extention");
-- Joost downtime n. The period during which a system is error-free and immune from user input.
|
|---|