Help for this page

Select Code to Download


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