Next | Program Repair Shop | 53 |
warn "ERROR: cannot open file \"$filename\", skipping\n";
ERROR: cannot open file "/home/mjd/blookus", skipping
Why not!?!?!
Wrong permissions?
Did someone remove it while the program was running?
Catastrophic disk failure?
warn "ERROR: cannot open file \"$filename\" ($!); skipping\n";
$! means "Why not"
ERROR: cannot open file "/home/mjd/blookus" (permission denied) skipping
Next | ![]() |
Copyright © 2006 M. J. Dominus |