Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $agent = LWP::UserAgent->new();
    ($opt_p == 1 ? $agent->env_proxy() : $agent->proxy(http => $opt_p)) if
    + (defined($opt_p));