[Melbourne-pm] OT: Re: FW: Bamboozled by perl

Sam Watkins sam at nipl.net
Sat Oct 3 08:16:29 PDT 2009


> text processing is where it really shines.

# perl invocation to extract email addresses from text, 4 all ur spamming needs
perl -ne 'print "$1\n" while /(\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b)/ig'

Sam


More information about the Melbourne-pm mailing list