Marijn Pessers wrote:
> Hello Bill,
>
> Thanks for your response, but something still is wrong.
>
> When I try your code (I checked and as far as I can see I adapted mine to
> your example) I get this error message:
>
> Can't call method "content" on an undefined value at
> ./neopost_fetch_machinetype_new.pl line 98, <FILEHANDLE> line 1.
>
>   

That' s because the method request such as in


>       my $res = $ua->request($req);
>   

failed in some way and therefor returned undef. You can't call a method 
on undef, which is what the message above is indicating.

_______________________________________________
Perl-Win32-Web mailing list
Perl-Win32-Web@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to