Buddyholly83
IS-IT--Management
Trying to place occurances of + with ' ' (a space) from a string, and %3a with : from another string like so:
This doesn't do anything
Any ideas?
Code:
$four =~ s/"+"/ /;
$five =~ s/"%3a"/:/;
This doesn't do anything
Any ideas?