Help for this page

Select Code to Download


  1. or download this
        my %d = map {split//} qw/sx S- r4 w2 x1 -0/;
    
  2. or download this
        my %d = qw/s x S - r 4 w 2 x 1 - 0/;
    
  3. or download this
    for my $file ( @ARGV ) {
            my $mode = ( stat $file )[ 2 ];
    ...
            print $ls;
            }