Help for this page
my $ua = LWP::UserAgent->new; $ua->proxy('http', $proxyname); ... binmode $fh; print $fh $image; close $fh;