NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Mech (Score:2)
--
xoa
Re: (Score:2)
That would be great.
I'd like to be able to use it to test web pages over the web or locally.
Not sure what changes would be needed to make it work nicely - currently you would fetch a page using anything and then test the saved file.
Really I'd like it to make that a lot easier.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re: (Score:2)
--
xoa
Re: (Score:2)
Yes, I had a look at that - significant overlap, but didn't do what I needed at the time.
I'll probably go a different route and maybe allow you to pass a LWP or perhaps Mech object instead of a filename.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;