in reply to Re: problems with tr///;
in thread problems with tr///;

s#\##g doesn't work. The substitution is incomplete. Tack another # on the end and see what happens:
$_ = '\\##hello world'; s#\##g#; print;
You still need to escape the "\" regardless of what seperator you use. The # seperator is useful for "/"

Simon Flack ($code or die)
$,=reverse'"ro_';s,$,\$,;s,$,lc ref sub{},e;$,
=~y'_"' ';eval"die";print $_,lc substr$@,0,3;