|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Crashing WWW:Mech test script if page not foundby talexb (Chancellor) |
| on Jan 02, 2009 at 21:55 UTC ( [id://733837]=perlquestion: print w/replies, xml ) | Need Help?? |
|
talexb has asked for the wisdom of the Perl Monks concerning the following question: After writing my latest meditation I went back to searching for some answers and eventually found out that running my test script on Ubuntu was working fine, as I thought it was, but running the same test script on Solaris (targeting the same web server, of course) was breaking. Assuming that there aren't any problems with the different platforms, I had a look at the versions of the modules that might have something to do with the difference.
So then I went through the change deltas for WWW::Mech and LWP but didn't find anything that suggested that the strategy for GETting has changed. The error I'm getting is
I don't want a 404 error to be a fatal error. If anyone can shed some light on this problem, I'd appreciate it. Thanks. Update Well, I've got things under control for now by kludging together a SKIP block that checks $^O to see if we're running on Solaris .. except that SKIP seems to do a next and breaks out of the loop I'm currently in, and I don't want to do that. More work is required. Update 2 Cool -- the anonymous monk (three of them, in fact) have wised me up to the autocheck argument. I'll try this out on Monday.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||||||||