Title: RE: [Perl-unix-users] how to get a directorylisting

opendir(DIR,$directory) || warn "Can't open $directory : $!\n";
my @table = readdir(DIR);
close(DIR);



-----Original Message-----
From: Pasi Valkeila [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 17, 2002 14:13
To: [EMAIL PROTECTED]
Subject: [Perl-unix-users] how to get a directorylisting


Good Morning!

How can I get a list of files in a specific folder to a @table

Pasi Valkeila
South Carelia Polytechnic
Lappeenranta, Finland

Reply via email to