Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^4: How not to use "our"?

by ikegami (Patriarch)
on Nov 29, 2010 at 16:34 UTC ( [id://874291]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package PkgA;
    
    ...
    );
    
    1;
    
  2. or download this
    use PkgA qw( LONG_TEXT_MAX_LEN );
    use PkgA qw( :max_text );
    use PkgA qw( :all );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-19 17:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found