in reply to Porting Code from windows to *nix help
If the OP code is failing in a linux environment, I would assume that's because you're using literal back-slashes in your directory path strings, when you should be using forward slashes -- or better yet, using File::Spec so that your script can specify directory paths in an OS-agnostic manner.
|
|---|