in reply to Re^2: IO::DIR?
in thread IO::DIR?

You probably need to import the DIR_UNLINK, function from IO::Dir. I notice you aren't using strict, so it's probably interpreting the bareword "DIR_UNLINK" as a string.

Replies are listed 'Best First'.
Re^4: IO::DIR?
by vaj (Initiate) on Jun 14, 2005 at 07:05 UTC
    Thanks.. my ignorance has been sufficiently illuminated, appreciate it!