Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Private Methods Meditation

by guha (Priest)
on Jul 19, 2004 at 12:27 UTC ( [id://375532]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub method2 { my $self = shift; _method1( $self ); }
    
  2. or download this
    package Foo;
    
    ...
    
    my $foobar = Foo::Bar->new;
    $foobar->method2;
    

Log In?
Username:
Password:

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

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

    No recent polls found