Help for this page

Select Code to Download


  1. or download this
    sub foo (+$x = 3) { $x }
    is(foo(4), 4, "using a named as a positional works");