in reply to regexp - character class containing zero does not find zero
my ($test) = @ARGV; unless (defined($test) && test =~ /^[01]+$/) { die "..."; } my @test_queue = split('', $test); [download]