- or download this
#! perl -slw
use strict;
...
( $attrs & Win32::File::TEMPORARY() ) ? 'T' : ' ',
$file;
}
- or download this
#! perl -slw
use strict;
...
( $attrs & TEMPORARY ) ? 'T' : ' ',
$file;
}
- or download this
#! perl -slw
use strict;
...
( $attrs & TEMPORARY ) ? 'T' : ' ',
$file;
}
- or download this
#! perl -slw
use strict;
...
$file;
}