Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: The Limitations of the CPAN

by tall_man (Parson)
on Nov 19, 2004 at 17:11 UTC ( [id://409063]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    class MyObj
        attr_accessor :name
    ...
    
        # more stuff using name or self.name instead of @name
    end
    
  2. or download this
    axxx = 1
    if (rare_condition_I_forgot_to_test)
      axx = 2
    end
    print axxx,"\n"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-03-29 06:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found