Help for this page

Select Code to Download


  1. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
        OUTPUT:
            RETVAL
    
  2. or download this
    I32
    ATTR_HIDDEN()
    ...
        OUTPUT:
            RETVAL
    
  3. or download this
    int
    FAT_IOCTL_GET_ATTRIBUTES()
    ...
            RETVAL
    
    # END
    
  4. or download this
    use warnings; use strict;
    package FatConst;
    ...
    }
    1;
    __END__
    
  5. or download this
    use warnings; use strict;
    use ExtUtils::MakeMaker;
    ...
        NAME => "FatConst",
        VERSION_FROM => "FatConst.pm",
    );
    
  6. or download this
    sudo -u oper perl -I./blib/arch -we 'use FatConst; my $d 
    = $ARGV[0]; opendir my $D, $d or die; while (my $b = readdir $D) { my 
    +$n = $d . "/" . $b; my $err = !defined(my $a = fat_get_attr($n)); pri
    +ntf "%8s  %s\n", ($err ? "E" : fat_format_attr($a)), $n; }' /mnt/s0
    
  7. or download this
       D      /mnt/s0/.
           E  /mnt/s0/..
    ...
      A       /mnt/s0/CONFIG.BAK
      A       /mnt/s0/AUTOEXEC.BAK
      A       /mnt/s0/TREEINFO.NCD