perldoc perlhist | perl -ne 'print if /larry.+\d+-\w+-\d+/i' | head -1 Larry 1.000 1987-Dec-18
Happy Birthday Perl!
Btw, how can we do the above without using "head -1"? Any Perl way?
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>