NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Careful (Score:2)
And, since I'm a Ruby troll:
Re: (Score:1)
It uses the GetAttributes( 'filename', $bitfield ) C function, which doesn't need to open a filehandle because it just reads from filesystem metadata or something...
If you REALLY want API bling, I'm sure I could make
use Win32::File::Functions;
set( readonly => filename );
or even just...
readonly $filename;
or seventeen alternative API styles.
Re: (Score:2)