% lynx --source 'http://cpaweb01.planetarion.com/botfiles/galaxy_listing.gz' | less #### use LWP::Simple; $content = get ("http://cpaweb01.planetarion.com/botfiles/galaxy_listing.gz"); print $content; #### % perl test_get | gunzip -dc | less