in reply to
tr/abc// won't use string
my $count = $foo =~ s/abc/abc/g;
[download]
Comment on
Re: tr/abc// won't use string
Download
Code
In Section
Seekers of Perl Wisdom