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

Ok. So, I got my directory issues to work. (I futzed, it worked, I'm not complaining.)

Now, the issue is that the '-f' check isn't working. I've perused the documentation and I can't find any reference to why '-f' wouldn't work, but it doesn't and I don't know why.

Help, yet again?

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

Replies are listed 'Best First'.
Re (tilly) 2: How do I migrate a set of Unix scripts to Windows ActivePERL?
by tilly (Archbishop) on Mar 28, 2001 at 08:06 UTC
    It would help to have the code where it doesn't work.

    However as readdir warns, the usual problem is that you are testing filenames without the directory included. That is a very, very common error. In fact it is on the tip of my brain because I made it earlier today... :-)