in reply to Diff between 'print POSIX::cuserid' and 'use POSIX; print cuserid'
$ sudo perl -MPOSIX - $UID print cuserid, " $< $>\n"; $> = shift; print cuserid, " $< $>\n"; __END__ [download]