in reply to
regexp - character class containing zero does not find zero
unless ( $test and $test =~ /^[01]+$/ ) { ...
never gets to the regex since $test is false.
After Compline,
Zaxo
Comment on
Re: regexp - character class containing zero does not find zero
Download
Code
In Section
Seekers of Perl Wisdom