in reply to Download a file from the web
use LWP::Simple; $pdf_content = get("http://some.site/foo.pdf") [download]
-- Chip Salzenberg, Free-Floating Agent of Chaos