) with all my
local variables declared with
"my". The problem is after I put
in my script it
gives all sorts of errors such as "use of uninitialized value
in string (or scalar)chomp etc....
I know
is important but should I concentrate on
fixing this script that has worked great for the past 5 months
without the
?
How important is the "Use Strict" and what problems could happen
in future with my script??