=over =item ${^WIN32_SLOPPY_STAT} X<${^WIN32_SLOPPY_STAT}> X X If this variable is set to a true value, then C on Windows will not try to open the file. This means that the link count cannot be determined and file attributes may be out of date if additional hardlinks to the file exist. On the other hand, not opening the file is considerably faster, especially for files on network drives. This variable could be set in the F file to configure the local Perl installation to use "sloppy" C by default. See the documentation for B<-f> in L for more information about site customization. This variable was added in Perl 5.10. =back