Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: OO-style modifiers for 'sub' ?

by adrianh (Chancellor)
on Jan 25, 2003 at 14:43 UTC ( [id://229846]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Class::method($self); # called as a subroutine
    $self->method;        # called as a method
    
  2. or download this
    use Devel::Caller qw(called_as_method);
    
    ...
       croak "I am an instance method" unless called_as_method(0);
       # actual body of code
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found