http://www.perlmonks.org?node_id=66738


in reply to How do I migrate a set of Unix scripts to Windows ActivePERL?

Perl is usually smart enough to do what you mean and internally convert slashes to backslashes when you're using file paths (or colons for Mac).

There shouldn't be any trouble migrating from one platform to one other, provided the modules are properly compiled for the target platform.

<kbd>--
my $OeufMayo = new PerlMonger::Paris({http => 'paris.mongueurs.net'});</kbd>
  • Comment on Re: How do I migrate a set of Unix scripts to Windows ActivePerl?