Uh, do you really want to leave brackets in the string? Or did you mean:$contentTemp =~ y/[A-Za-z0-9_\n]//cd;
$contentTemp =~ y/A-Za-z0-9_\n//cd;
-- Randal L. Schwartz, Perl hacker
In reply to Re: Re(3?): How many bugs can *you* find
by merlyn
in thread How many bugs can *you* find
by Ovid
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |