Q: perlcc "the system cannot find the file specified". ??

2002-04-14 Thread Joe Collins
I run perlcc and get the error "the system cannot find the file specified". My options are -o to create the executable. Any ideas what it wants? I confirmed the .pl I am compiling is clearly visible. TIA, Joe -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

windows - how do I detect file vs directory and then traverse

2002-02-09 Thread Joe Collins
Hi, My goal is to find all the directories on my computer and sort them by size order as my PC harddrive is rapidly filling up and I am sure I have some junk on it taking up boatloads of space. I know I have to use stat() to get the file size (after I open it). My questions are: 1-Has anybody