Help for this page
FUNC("test",$flag); ... print $_[0] if ($_[1]); }
Func("test") if $flag); ... sub FUNC{ print $_[0];}