Help for this page
$< = $> = 0; print "Could not setuid ".$<." error: $! \n" if ($<); POSIX::setuid(0) if ($<); print "Posix could not setuid either ".$<." error: $! \n" if ( +$<);
Could not setuid 500 error: Operation not permitted Posix could not setuid either 500 error: Operation not permitted