Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Advanced subroutine and symbol table manipultation

by Tuppence (Pilgrim)
on Jul 16, 2004 at 20:47 UTC ( [id://375131]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Parenthise;
    
    ...
    }                       
    
    1;
    
  2. or download this
                  
    package SomePackage;    
                
    ...
    Parenthise::parenthise(__PACKAGE__, 'value');
    
    1;
    
  3. or download this
      
    use Somepackage;
    my $thing = Somepackage->new();
    $thing->value('bar');
    $thing->value eq '(bar)';
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://375131]
Approved by Old_Gray_Bear
Front-paged by FoxtrotUniform
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found