Hello,

Try the glob function, or the <*> glob:

my $count = () = glob("/path/to/dir/*");

or

my $count = () = </path/to/dir/*>;

Hope this helps,,,

Aziz,,,

In article
<[EMAIL PROTECTED]>,
"COLLINEAU" <[EMAIL PROTECTED]> wrote:

> Hello!
> 
> Is there a function which count the number of files in a directory ?
> 
> Thanks
> 
> Franck

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to