Help for this page

Select Code to Download


  1. or download this
    do_stuff($x, $y);
    
  2. or download this
    use Foo;
    ...
    do_stuff($x, $y);
    
  3. or download this
    use Foo;
    ...
    $foo->do_stuff($x, $y);
    
  4. or download this
    use Foo; # build with MMD
    ...
    $foo->do_stuff($x, $y);