Help for this page
use warnings; use strict; ... print "File $_ is not empty\n"; } }
File a.txt is empty File b.txt is not empty File c.txt is not empty