Help for this page

Select Code to Download


  1. or download this
    void
    S_IFMT(...)
    ...
            dXSTARG;
        PPCODE:
            PUSHu(items ? (SvUV(ST(0)) & S_IFMT) : S_IFMT);
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    00004000
    00008000
    0000f000
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
    S_ISLNK():0000000000000000
    ---