Help for this page

Select Code to Download


  1. or download this
    # 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>";
    }
    
  2. or download this
    open FILE, $file or die "Can't open $file for reading, Perl says $!\n"
    +;