Help for this page
> perl -e "sub foo { @_ = (1); fork ? exit : exit } foo" > perl -e "sub foo { local @_ = (1); fork ? exit : exit } foo"