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