Help for this page
Select Code to Download
Select
or
download this
function foo($bar = "Paco") { }
Select
or
download this
sub foo { my $bar = shift || "Paco"; }