Unquoted string "this" may clash with future reserved word #### sub log { warn timestamp(), "@_"; } sub dump { log( Dumper( \@_ ) ); }