Help for this page

Select Code to Download


  1. or download this
    sub foo (+$x = 3) { $x }
    is(foo(4), 3, "a positional parameter should not bind to a forced name
    +d parameter");