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);