Help for this page

Select Code to Download


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