> Hi all.
> 
> Is there a module or function which will return the number of files in
a dir 
> or at least have similar results as
> 
> ls -1 | wc -l
> 

perldoc -f opendir
perldoc -f readdir

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to