in reply to
how to prefix\insert back slash to string (windows) path in perl
Try this:
$path =~ s/\\/\\\\/g;
Raghu
Comment on
Re: how to prefix\insert back slash to string (windows) path in perl
In Section
Seekers of Perl Wisdom