On Sun, Apr 06, 2003 at 07:01:02AM -0400, [EMAIL PROTECTED] wrote:

> I wan't to use this variable to determine the permissions for the files on a 
> linux machine.  Is there an easier way?

opendir
readdir
stat
closedir

perldoc -f each of those for the docs.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

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

Reply via email to