Help for this page

Select Code to Download


  1. or download this
    > perl -we 'print POSIX::cuserid'
    Name "POSIX::cuserid" used only once: possible typo at -e line 1.
    print() on unopened filehandle cuserid at -e line 1.
    > perl -we 'use POSIX;print POSIX::cuserid'
    lanx