Hi All,

perl6 -e 'my $x = "\t"; if $x !~~ /<[A..Z a..z 0..9]>/ {say "out"} else {say "in"}'

Would this be easier to do with $x.contains?  Or would it
be too worky?


Many thanks,
-T

Reply via email to