in reply to
How do I migrate a set of Unix scripts to Windows ActivePERL?
Under windows you can access files with the full path by using two backslashes instead of a single backslash in your path -
For example C:\Perl\lib would become C:\\Perl\\lib.
Comment on
Re: How do I migrate a set of Unix scripts to Windows ActivePERL?
In Section
Seekers of Perl Wisdom