Help for this page

Select Code to Download


  1. or download this
    Foo::create(@bob);
  2. or download this
    Foo::create(listify(@bob));    # List converter?
    Foo::create($bob[0..$#bob]);   # Array slice as list?
    
  3. or download this
    Foo::bar($baz[0],$baz[1],$baz[2],...,$baz[$#baz]);