Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: what would you like to see in perl5.12? ($foo->do voodoo)

by Roy Johnson (Monsignor)
on Aug 22, 2007 at 20:23 UTC ( [id://634514]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $foo = U->new();
    $foo->do('v'.'oo', 1..3);
    $foo->do2('v'.'oo')->(1..3);
    
  2. or download this
    $foo->do2('v'.'oo')->($foo,1..3);
    

Log In?
Username:
Password:

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

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

    No recent polls found