File::Strmode

Converts a file mode into a symbolic string
Download

File::Strmode Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Salvador Fandi?o GarcĂ­a
  • Publisher web site:
  • http://search.cpan.org/~salva/

File::Strmode Tags


File::Strmode Description

Converts a file mode into a symbolic string File::Strmode is a Perl module that provides a strmode() function to convert a file mode (the type and permission information associated with an inode, see "stat" in perlfunc) into a symbolic string. This string is eleven characters in length.SYNOPSIS use File::Strmode; my $mode = (stat $filename); my $strmode = strmode($mode); print "$strmode $filename\n"; Requirements: · Perl


File::Strmode Related Software