Gossamer Forum
Home : General : Perl Programming :

Which Perl Package

Quote Reply
Which Perl Package
I want to write a Perl Program which will run in Win 98 and will be able to readthe details of the file tree -- folder names and sizes, file names, dates and sizes. Which Perl package do I require?
Douglas Maughan
Winchester, UK
Quote Reply
Re: [silvermist] Which Perl Package In reply to
None.

You can use opendir and readdir to get the files/directory names, then -s, -M etc for file size and modification times.
Quote Reply
Re: [Paul] Which Perl Package In reply to
File::Find and stat() can be very usefull though...

--Philip
Links 2.0 moderator