• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H20-Apr-1998-6753

MANIFESTH A D20-Apr-199844 65

Makefile.PLH A D20-Apr-1998436 126

READMEH A D20-Apr-1998326 137

lsMode.pmH A D20-Apr-19986.5 KiB25478

README

1
2This module is for formatting file modes and permissions the way that
3ls -l does.  For example, if you have a file that is world-readable,
4but only writable by its owner, you can use
5
6	file_mode($file)
7
8which will return the string '-rw-r--r--'.
9
10Beta version 0.50.
11
1220 April 1998.  M-J. Dominus (mjd-perl-lsmode@plover.com)
13