Eric Brine wrote: >Sorry if I wasn't clear, but you missed my point. I was saying that your >syntaxes don't allow for C<exit(1,2)>, which is allowed. No, it's not: $ perl -lwe 'exit(1,2)' Too many arguments for exit at -e line 1, near "2) " Execution of -e aborted due to compilation errors. -zeframThread Previous | Thread Next