Help for this page
# usual syntax chmod 755, $old or die "Can't chmod $old because: $!\n"; ... else { print "cannot change file perms for $old<BR>System says $!<BR>"; }
open FILE, $file or die "Can't open $file for reading, Perl says $!\n" +;