RE: recommended perl training in UK?

2001-11-16 Thread John Moylan
Try http://www.wellho.net Good price and great training, have used them myself. John Moylan -Original Message- From: PURMONEN, Joni [mailto:[EMAIL PROTECTED]] Sent: 13 November 2001 09:36 To: [EMAIL PROTECTED] Subject: recommended perl training in UK? Hi all, This is probably the

RE: Off-Topic (200%) - Where are you from?

2001-11-12 Thread John Moylan
Hammersmith, London -Original Message- From: Tyler Cruickshank [mailto:[EMAIL PROTECTED]] Sent: 09 November 2001 18:58 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Off-Topic (200%) - Where are you from? ah, what the hey ... Salt Lake City, UT - Greatest Snow on Earth. . a

RE: Perl by Example

2001-09-24 Thread John Moylan
>>I'd have to highly recommend "Writing CGI Applications with Perl" Could not agree more, the best intermediate Perl book around. (Is it meant to be intermediate Mr Author?) line by line code explaination, and useful programs too. The best absolute beginners book is "Elements of programming Perl

RE: regex: can't match pattern... dang...further

2001-09-06 Thread John Moylan
Now I'm confused, I thought a substr would be faster than a regex in this case as the data is formatted. Would it? - #!/usr/bin/perl -w use strict; while ( ) { my $user = substr($_, 0,8); my $date = substr($_, 9,32); my $state = subst