its done guys...$str_regreplace = "Hello\\World";$str_regreplace =~ s/\\/\\\\/; print $str_regreplace . "\n";
$str_regreplace =~ tr|\\|/|;