On 5/11/07, yitzle <[EMAIL PROTECTED]> wrote:

my ($first,$last,$email,$wName) = (split /\s|\s/, $wikiname)[1..4];

I think you meant to write something like /\s+\|\s+/ for that pattern.
Other than that, it was a nice try; except I believe you mistook the
OP's sample output for input data.

Cheers!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to