in reply to Re^2: No Filenames Returned
in thread No Filenames Returned

Please use <code> ... </code> around your code, data and console output so it renders and downloads properly (see the Writeup Formatting Tips).

Please post the complete program you're using and how you are calling it. If you get the error message Unable to open 1, that means that perl tried to open the file 1. So likely, you are setting $path to the wrong value - check where and how you set $path.

Replies are listed 'Best First'.
Re^4: No Filenames Returned
by coolboarderguy (Acolyte) on Mar 23, 2006 at 11:17 UTC
    I used code tags for the code, but, thought, with only a line or two, of console output it wouldn't be needed...your advice is noted from now. cheers.

    coolboarderguy...