RE: Script for making declarations

2002-07-19 Thread Kipp, James
one idea is to run the script with strict and save the error report and the line numbers. the error msg should list all the variable that need to be declared, then you could write a regex to go to each one and insert a my in front. or you can use vi to make the substitutions. just an thought. >

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 aware of a script that I could use