in reply to Re: Re (tilly) 2: How do I migrate a set of Unix scripts to Windows ActivePERL?
in thread How do I migrate a set of Unix scripts to Windows ActivePERL?

Using forward slashes is a solution.

Another is to always double backslashes as a reminder to yourself and (more importantly) co-workers that single quotes are not quite literal strings.

Of course you could always just avoid Windows altogether...

  • Comment on Re (tilly) 4: How do I migrate a set of Unix scripts to Windows ActivePERL?