RE: Script for making declarations

2002-07-19 Thread Kipp, James
. > -Original Message- > From: Murli Nair [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 18, 2002 6:16 PM > To: [EMAIL PROTECTED] > Subject: Script for making declarations > > > Hi!! > I had send this request some time back and I am still looking > for

Script for making declarations

2002-07-18 Thread Murli Nair
Hi!! I had send this request some time back and I am still looking for a code that will help me make declarations. If you use strict then every variable has to be declared using my and that is what I want to achieve. Let me know if anyone has as script that does this. Thanks and cheers always!!

Re: Script for making declarations

2002-07-18 Thread Connie Chan
So what kinds / types of declarations you want to make ? Rgds, Connie - Original Message - From: "Murli Nair" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 19, 2002 3:58 AM Subject: Script for making declarations > Hi !! > Is anyone aw

Script for making declarations

2002-07-18 Thread Murli Nair
Hi !! Is anyone aware of a script that I could use to make declarations in my perl code. I have a huge CGI which does all the work and it does not use strict. It was written by someone else, and I am cleaning it up. I have broken up this CGI into atleast 10 different CGI's, I now have to mak