First Mech script: entering a form value (another simple thing no doubt)

2013-03-14 Thread G M
Hi all, I managed to get the problem with my script not connecting to the page last night, turned out my web host wouldn't allow it. Got that sorted. Filling in the form should be really simple but I'm getting the following error when trying to set the "acOriginAirport" field, I thought it m

Re: First Mech script: entering a form value (another simple thing no doubt)

2013-03-14 Thread Jim Gibson
On Mar 14, 2013, at 8:27 AM, G M wrote: > > Hi all, > > I managed to get the problem with my script not connecting to the page last > night, turned out my web host wouldn't allow it. Got that sorted. Filling > in the form should be really simple but I'm getting the following error when > t

RE: First Mech script: entering a form value (another simple thing no doubt)

2013-03-14 Thread G M
Hi, Thanks for replying. As far as I understand it will return undef if no form is found. The form is there so it should do something I would've though, I tried adding in that line anyway using 1 to signify the first (and only) form on the page, still get the same error though :( Cheers,

Re: First Mech script: entering a form value (another simple thing no doubt)

2013-03-14 Thread David Precious
On Thu, 14 Mar 2013 16:42:52 + G M wrote: > > Hi, > > Thanks for replying. As far as I understand it will return undef if > no form is found. The form is there so it should do something I > would've though, I tried adding in that line anyway using 1 to > signify the first (and only) form

RE: First Mech script: entering a form value (another simple thing no doubt)

2013-03-14 Thread G M
Hi, Thanks for that, yeah I can see there are no tags on that page, I'll give your suggestion a go. Thank you very much! G :) > Date: Thu, 14 Mar 2013 16:56:37 + > From: dav...@preshweb.co.uk > To: beginners@perl.org > Subject: Re: First Mech script: entering a form value (another simpl

Mozilla::CA installation

2013-03-14 Thread Edward and Erica Heim
Hi All, I'm trying to install "LWP::Protocol::https" on my system. I had already successfully installed LWP. I am running Perl v5.14.2 on Cygwin. I noted that the installation of some of the dependencies for "LWP::Protocol::https" had failed so I decided to look into this and try to install t

daemon framework

2013-03-14 Thread Ken Peng
Hi Is there a suggested framework for running daemon program? like Net::Server for servers framework.I searched on cpan but got nothing suitable. Thanks. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: daemon framework

2013-03-14 Thread Jim Gibson
On Mar 14, 2013, at 7:18 PM, Ken Peng wrote: > Hi > > Is there a suggested framework for running daemon program? like Net::Server > for servers framework.I searched on cpan but got nothing suitable. > See 'perldoc -q daemon', which mentions Proc::Daemon (I have not used it). -- To unsubscr

Re: daemon framework

2013-03-14 Thread Ken Peng
于 2013-3-15 10:19, Jim Gibson 写道: Is there a suggested framework for running daemon program? like Net::Server for servers framework.I searched on cpan but got nothing suitable. > See 'perldoc -q daemon', which mentions Proc::Daemon (I have not used it). Thank you. I also currently happen to c

Re: daemon framework

2013-03-14 Thread Ken Peng
于 2013-3-15 10:19, Jim Gibson 写道: On Mar 14, 2013, at 7:18 PM, Ken Peng wrote: Hi Is there a suggested framework for running daemon program? like Net::Server for servers framework.I searched on cpan but got nothing suitable. See 'perldoc -q daemon', which mentions Proc::Daemon (I have not