sub use_wantarray { return wantarray ? () : 0 } #### sub recommended_way { return; }