in reply to Re: how to get filesizein thread how to get filesize
use File::stat; printf qq(File size with "File::stat" is %s\n), stat($filename)->size; [download]