or just use my subroutine =P > -----Original Message----- > From: Bob Showalter [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 24, 2002 3:11 PM > To: 'nkuipers'; [EMAIL PROTECTED] > Subject: RE: another sort question (flame away) > > > > -----Original Message----- > > From: nkuipers [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, July 24, 2002 3:03 PM > > To: [EMAIL PROTECTED] > > Subject: RE: another sort question (flame away) > > > > > > >Would trapping it an eval be what the doctor ordered? > > > > To answer my own question, no, it would not. > > > > #use warnings; > > > > would be better. > > Or, for fine-grain control: > > { > no warnings 'numeric'; # disable warning until end of block > @foo = sort { $a <=> $b } @foo; > } > > perldoc perllexwarn > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
---------------------------------------------------------------------------- -------------------- The views and opinions expressed in this email message are the sender's own, and do not necessarily represent the views and opinions of Summit Systems Inc. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]