Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

File::stat's size method returns negative values

by djw (Vicar)
on May 06, 2003 at 21:08 UTC ( [id://256045]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use File::stat  qw(:FIELDS    );
    use File::Find  qw( finddepth );
    ...
      }
    }
    
  2. or download this
    mysql> select file_id, file, size from files where size < 0;
    +---------+--------------+-------------+
    ...
    |  611851 | pagefile.sys | -2147483648 |
    +---------+--------------+-------------+
    4 rows in set (0.32 sec)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://256045]
Approved by Enlil
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-19 11:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found