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