Help for this page

Select Code to Download


  1. or download this
    prepend foo => sub {
      # Remove the invocant.
    ...
    sub foo {
      print shift;
    }
    
  2. or download this
    sub foo {
      {
    ...
      }
      print shift;
    }