in reply to
syntax error
for(param()) { push (@num, $_) if $_ =~ m/^\d$+/ }
[download]
You also want to make sure, that it's \d rather than d in the match expression.
--Artist
Comment on
Re: syntax error
Download
Code
In Section
Seekers of Perl Wisdom