> -----Original Message----- > From: Octavian Rasnita [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 2:03 AM > To: [EMAIL PROTECTED] > Subject: Why using use strict; > > > Hi all, > > I know why I should use "use strict;" but what happen if I use "use > strict;" then if the code is OK, I delete this line?
Nothing happens. > > > Shouldn't it work the same without this line if the code has > no problems? Yep. And it won't run any faster. A-L-W-A-Y-S "use strict". :) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]