Help for this page
se strict; use warnings; ... $_=~s/\//\\/g; } }
sub handlefix { my @return; ... return @return; } ($infile,$outfile) = handlefix($infile,$outfile); #more obvious what i +s happening