Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
            print "File $_ is not empty\n";
        }
    }
    
  2. or download this
    File a.txt is empty
    File b.txt is not empty
    File c.txt is not empty