Help for this page
@args = ( "echo surprise" ); ... # if @args == 1 exec { $args[0] } @args; # safe even with one-arg list