FUNC("test",$flag); sub FUNC{ print $_[0] if ($_[1]); } #### Func("test") if $flag); sub FUNC{ print $_[0];}