in reply to problem with LWP
#!/usr/bin/perl use strict; use warnings; use LWP::Simple; print get($ARGV[0]); exit; [download]