in reply to Diff between 'print POSIX::cuserid' and 'use POSIX; print cuserid'
UPDATE:
yeah better! =)
> 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
So what happens if you also use POSIX?
Cheers Rolf
|
|---|