On Fri, Sep 15, 2000 at 02:11:55PM -0400, Dan Sugalski wrote:
> -c in there between the load-time things 
> (-M, -T, -U, etc...) and the runtime things (-n, -p)

I'd say -c should be last, if only to keep Abigail happy:

 % perl -nce '}print $.; {'
-e syntax OK

simon@deep-dark-truthful-mirror ~/patchbay/bleadperl
 % perl -ce '}print $.; {' 
Unmatched right bracket at -e line 1, at end of line
syntax error at -e line 1, near "}"
-e had compilation errors.

    
-- 
What happens if a big asteroid hits the Earth?  Judging from realistic
simulations involving a sledge hammer and a common laboratory frog, we
can assume it will be pretty bad. - Dave Barry

Reply via email to