in reply to Re^3: perl file status and sudo
in thread perl file status and sudo

-f or -e work fine in my perl as me, but I need to ascertain the existence of files I do not have standard *NX access to, so I need something like sudo.

Replies are listed 'Best First'.
Re^5: perl file status and sudo
by JavaFan (Canon) on Mar 22, 2012 at 13:48 UTC
    If you need sudo, then use sudo.

    I don't see a technical problem that needs to be solved.