Help for this page

Select Code to Download


  1. or download this
      a => sub { a(\@foo) },
      b => sub { b(\@foo) },
    
  2. or download this
      a => q{ a(\@foo) },
      b => q{ b(\@foo) },
    
  3. or download this
      our @foo = 1..10;