public marks

PUBLIC MARKS from sylvainulg with tags tutorial & perl

15 December 2011 08:00

Perl file size tutorial - How to get the size of a file in Perl using file test operators.

(via)
no fseek(END), ftell(), fseek(BEGIN) hack anymore. Just $filesize = -s $filename /me love PERL ;)