in reply to Problem in sustitution of a string
$a = "/morse_value"; $a =~ s/\//\\/g; print "$a\n"; [download]