in reply to Wrong file check while running using sudo
open my $handle, '<', $file or die $!;
There are configurations where root isn't allowed to view some directories (for example with selinux) where -e would return false. But that's pure speculation on my side.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Wrong file check while running using sudo
by accessdenied (Acolyte) on Nov 14, 2008 at 14:18 UTC |