in reply to Re: sumof - attempting to sum a column from each file
in thread sumof - attempting to sum a column from each file

Using strict and warnings has a lot of issues with my variable names. Not something I usually use, but obviously I need to get into the practice of.
  • Comment on Re^2: sumof - attempting to sum a column from each file

Replies are listed 'Best First'.
Re^3: sumof - attempting to sum a column from each file
by frozenwithjoy (Priest) on Sep 15, 2012 at 00:29 UTC
    You should just always use them. Even if you rarely write Perl, they will probably save you hours of your life.