http://qs321.pair.com?node_id=73735

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I would like to write a program to check all files sizes within the current directory. If a file is below 300K, it is deleted. I am current unsure about how exactly to check the file size. Any suggestions?