Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Advanced subroutine and symbol table manipultation

by mvc (Scribe)
on Jul 17, 2004 at 00:26 UTC ( [id://375165]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    after
       { $_[0]->return_value( '('. $_[0]->return_value. ')' ) }
          call 'SomePackage::value';
    
  2. or download this
    after
       { $_[0]->return_value( '('. $_[0]->return_value. ')' ) }
          call qr/^SomePackage/ &
          !call qr/^SomePackage::new/;
    
  3. or download this
    
    # creating an aspect
    ...
       !cflow 'HatesParentheses::run' &
       cflow 'LikesParentheses::run';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-18 01:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found