Rob Dixon wrote:
John W. Krahn wrote:
Meir Yanovich wrote:
in new to perl .
i know how to pass simple variables to perl subs
but now i like to pass HTTP::Response variable to sub
and im getting errors here is my example :
my $browser = LWP::UserAgent->new();
my $response = $browser->get($url);
John W. Krahn wrote:
> Meir Yanovich wrote:
>>
>> in new to perl .
>> i know how to pass simple variables to perl subs
>> but now i like to pass HTTP::Response variable to sub
>> and im getting errors here is my example :
>>
>> my $browser = LWP::UserAgent->new();
>> my $response = $browser->get($u
Meir Yanovich wrote:
Hello all
Hello,
in new to perl .
i know how to pass simple variables to perl subs
but now i like to pass HTTP::Response variable to sub
and im getting errors here is my example :
my $browser = LWP::UserAgent->new();
my $response = $browser->get($url);
$response now co