Help for this page
sub m{ $_[0]=~s///; } m("String");
*_=\"Hello"; s///;
sub m{ local *_=\$_[0]; s///; } m("String");