problems passing values to subroutine using LWP::Useragent

2007-08-23 Thread shadkeene
Hi, I'm back for some advice from you helpful folks. I'm pulling weather data from the web and manipulating it...using airport codes for various weather data, and I use the same subroutine multiple times for various airports. I've had some success passing various airport codes to the other subrouti

Re: problems passing values to subroutine using LWP::Useragent

2007-08-23 Thread Tom Phoenix
On 8/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I've had some success passing various airport codes > to the other subroutines using functions like lwp::simple, but in this > one it's not working. Has anyone suggested using higher-level WWW::Mechanize instead of low-level LWP::Simple?