Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: To sub or not to sub, that is the question?

by dragonchild (Archbishop)
on Jun 26, 2001 at 00:23 UTC ( [id://91421]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub get {
        my $self = shift;
    ...
            return undef;
        }
    }
    
  2. or download this
    sub getAlpha {
        my $self = shift;
    ...
    
        return $self->{Gamma};
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found