How to get the size of a file in Perl
Saturday July 12, 2008
Perl has a set of useful File Test Operators that can be used to quickly get information about the file system like the existence of a file, or the size. Lets take a quick look at how to get the file size in bytes using File Test Operators.
How to get the size of a file in Perl
How to get the size of a file in Perl
