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

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!!