But I also would not use a separate sub for this one.sub squish { ( my $squished = shift ) =~ s/\W+//g; return $squished; }
the lowliest monk
In reply to Re^3: Idiom for a regex translation
by tlm
in thread Idiom for a regex translation
by reasonablekeith
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |