Re: scandir

2003-07-06 Thread Mark Stosberg
In article <[EMAIL PROTECTED]>, Tassilo von Parseval wrote: > On Sun, Jul 06, 2003 at 02:43:14PM +0530 Pandey Rajeev-A19514 wrote: > >> Do we have a perl function equivalent with the same functionality as >> the function "scandir" in c language ? For more compl

Re: scandir

2003-07-06 Thread Tassilo von Parseval
On Sun, Jul 06, 2003 at 02:43:14PM +0530 Pandey Rajeev-A19514 wrote: > Do we have a perl function equivalent with the same functionality as > the function "scandir" in c language ? No, we don't. Simply do it yourself: my $dir = "/path"; opendir DIR, $dir

scandir

2003-07-06 Thread Pandey Rajeev-A19514
Hello, Do we have a perl function equivalent with the same functionality as the function "scandir" in c language ? Regards Rajeev -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]