Help for this page
Select Code to Download
Select
or
download this
sub foo (+$x = 3) { $x } is(foo(4), 4, "using a named as a positional works");