I was wondering when one should use s/// over tr/// when working with regular expressions in Perl?
feedback
|
|
This will replace the first "abc" found in
This will replace all occurrences of "a" within | |||||
feedback
|
|
| |||
|
feedback
|
|
From perlop: Quote and Quote-like Operators
| |||
|
feedback
|