Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Diff between 'print POSIX::cuserid' and 'use POSIX; print cuserid'

by linuxer (Curate)
on Jan 08, 2013 at 00:10 UTC ( [id://1012133]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -wE 'say POSIX::cuserid'
    Name "POSIX::cuserid" used only once: possible typo at -e line 1.
    say() on unopened filehandle cuserid at -e line 1.
    
  2. or download this
    $ perl -MPOSIX -wE 'say POSIX::cuserid'
    linuxer
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1012133]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-26 00:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found