Help for this page
$test = "C:\first\second";<br><br> print $test;<br> ... $test =~ s/\\/\//g;<br> print $test;
C:\Users\Admin\Desktop\perl_programs>perl invertSlash.pl<br> C:irstsecond<br><br> C:irstsecond