Help for this page

Select Code to Download


  1. or download this
    package Do_Something
    
    ...
    bar( Y, %repeated);
    
    ...
    
  2. or download this
    my $obj = Do_Something->new(%init);
    
    $obj->foo(X);
    
    $obj->bar(Y);
    
  3. or download this
    my $obj2 = Do_Something->new(%other_init);