8.81 File::stat
Provides the same file status information as the Perl
functions
You can access the status fields either with the methods or by
importing the fields into your namespace with the :FIELDS import tag and
then accessing them by prepending use File::stat; $stats = stat($file); print $stats->uid; print $st_uid; Copyright © 2001 O'Reilly & Associates. All rights reserved. |
|