Help for this page
Select Code to Download
Select
or
download this
sub myFunc { $foo = shift; $foo++ $foo; }
Select
or
download this
$obj -> addFunc( \&myFunc );