[Catalyst] Re: Unit Testing

Aristotle Pagaltzis pagaltzis at gmx.de
Sun Apr 20 17:43:33 BST 2008


* Kieren Diment <diment at gmail.com> [2008-04-20 15:45]:
> perl -e 'for $i (1 .. 48) { system "lynx -dump -nolist 
> http://www.jrock.us/fp2008/catalyst/slide$i.html"}' > jrock.txt

I would have proposed that, but any multipart slides are called
things like slide17a.html, slide17b.html etc so your script won’t
work.

(And anyway, for that sort of thing you should be using curl:
curl -O 'http://www.jrock.us/fp2008/catalyst/slide[1-48].html'
except of course that this won’t work for the same reason.)

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>



More information about the Catalyst mailing list