99 |
"WARNING: You will not be able save, because your webserver cannot write to '$file'. Contact your admin about help file permissions."; |
99 |
"WARNING: You will not be able to save, because your webserver cannot write to '$file'. Contact your admin about help file permissions."; |
100 |
open (my $fh, '<', $file) or die "Cannot read file '$file'"; # unlikely death, since we just checked |
100 |
open (my $fh, '<', $file) or die "Cannot read file '$file'"; # unlikely death, since we just checked |