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

Re: Refactoring Perl #8 - Replace Method with Method Object

by agianni (Hermit)
on Nov 12, 2007 at 22:00 UTC ( [id://650392]=note: print w/replies, xml ) Need Help??


in reply to Refactoring Perl #8 - Replace Method with Method Object

I might add that this pattern is also known in the Perl community as Oh, there's a CPAN module that does that?; i.e. you write twenty lines of code for a subroutine only to find that there's a CPAN modules that does what you were hoping for:
sub do_that_thing{ # some code # more code # even more code }

becomes:

sub do_that_thing{ return &That::CPAN::Module::subroutine( $some, $arguments ); }
perl -e 'split//,q{john hurl, pest caretaker}and(map{print @_[$_]}(joi +n(q{},map{sprintf(qq{%010u},$_)}(2**2*307*4993,5*101*641*5261,7*59*79 +*36997,13*17*71*45131,3**2*67*89*167*181))=~/\d{2}/g));'

Log In?
Username:
Password:

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

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

    No recent polls found