sub a { return sprintf("%s", $_[0]); } #### return $_[0]; return "this is string $some_var";