in reply to Setuid script not working
Why did you omit any error checking? perlvar clearly states: Since changes to $< require a system call, check $! after a change attempt to detect any possible errors, similar statements exist for $>, $(, and $).
Alexander
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Setuid script not working
by druidmatrix (Acolyte) on Apr 30, 2010 at 06:06 UTC | |
by Anonymous Monk on Apr 30, 2010 at 07:03 UTC | |
by afoken (Chancellor) on Apr 30, 2010 at 07:51 UTC | |
by ikegami (Patriarch) on Apr 30, 2010 at 21:12 UTC | |
by druidmatrix (Acolyte) on Apr 30, 2010 at 07:53 UTC | |
by Anonymous Monk on Apr 30, 2010 at 08:44 UTC | |
by druidmatrix (Acolyte) on Apr 30, 2010 at 08:50 UTC |