Help for this page
open( FILE, "<read.me" ) or die "Can't read read.me: $!\n";
if( ! open( FILE, "<read.me" ) ) { # Deal with the absense of this file }
open( FILE, "<read.me" );