Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Best Perl Practices reviews?

by Fletch (Bishop)
on Dec 15, 2006 at 14:01 UTC ( [id://590033]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ## not the exact code, but a close facsimile from memory:
    sub make_matcher { eval qq{sub { \$_[0] =~ /$_[0]/o } } }
    my $matcher = make_matcher( "dynamic" );
    if( $matcher->( "dynamicorama" ) ) { # ... }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-03-28 13:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found