my $string = 'ACOCOB'; $string =~ s/CO/C\/O/g; print "$string\n"; [download]
In reply to Re^2: How to insert a "/" within a string? by bimleshsharma in thread How to insert a "/" within a string? by rsvp1920