From: Harry Putnam <[EMAIL PROTECTED]> > I'm working on a program with some 433 lines of perl code. > Some where in the course of editing today I've run up on an error that > I need some way to debug. > > the code includes > use diagnostics; > > And the message I get when I try to run it: > > Missing right curly or square bracket at ./nms2.pl line 433, at end > of line syntax error at ./nms2.pl line 433, at EOF Execution of > ./nms2.pl aborted due to compilation errors (#1)
Clutching at straws... Is it possible that in the diff's your eye slid past a curly bracket that should have been square, but in classic fashion, you saw what you expected to see? BTDT, GStC. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>