Help for this page
open( FILE, '/full/path/to/file.txt' ) or die $!;
perl -MLWP::Simple -e 'getprint "http://www.url.com"' > /full/path/to/ +file.html