sub display_thing { for (@_) { print "Displaying thing >$_<\n"; }; };