Thomas R Wyant_III <[EMAIL PROTECTED]> wrote on 02/08/2005 10:54:34 AM:
> This doesn't exhaust the list by any means. The main omission I know of is > f$file_attributes. The Perl stat () function handles the portable portion > of this, but not the RMS-specific part. VMS::Stat handles many f$file_attribute()s (in fact one of it's regression tests does extensive comparisons between DCL and perl extension results for a test file). It does not handle time stamps well at all though (CDT, vs RDT vs ... etc) in part because I did not want to list a prereq and did not want to replicate the VMS::Misc functional equivalents. http://search.cpan.org/~pvhp/vms-stat-0_03/ Peter Prymmer