LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   PERL script that can browse the file system... (https://www.linuxquestions.org/questions/programming-9/perl-script-that-can-browse-the-file-system-143958/)

vous 02-09-2004 03:27 AM

PERL script that can browse the file system...
 
Hello All,

We are looking for a PERL script (or piece of a script) that can browse the file system and ultimately select a directory. We need this functionality for an upload script, which is already working, and now we need to set the location of where the file will be uploaded to.

For anybody that is into PERL this is a piece of cake...

david_ross 02-09-2004 01:02 PM

What do you mean by browse? Do you just mean get the contents of the directory? You can use opendir and readdir functions for that.


All times are GMT -5. The time now is 12:38 PM.