Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: When do you include the usual use pragmas in your example code?

by tobyink (Canon)
on Aug 03, 2013 at 22:37 UTC ( [id://1047746]=note: print w/replies, xml ) Need Help??


in reply to Re: When do you include the usual use pragmas in your example code?
in thread When do you include the usual use pragmas in your example code?

Here's my 202nd post... Standard way for displaying a script's output. :-)

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
  • Comment on Re^2: When do you include the usual use pragmas in your example code?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-25 13:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found