>>>>> "SHC" == Shawn H Corey <[email protected]> writes:
SHC> echo "abcxyz" | perl -ple '$_ =~ tr/abz/N/c' you don't need the $_ there as tr/// will default to using it. uri -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
