in reply to Help with Concatenates script

I won't clean the script up for you, but I have a few hits:
  1. Remove the newlines between two related statements
  2. Align the closing curly braces to the same column where their opening counterpart is
  3. Don't do all the date calculation manually. Use Date::Simple or Date::Calc instead.

After that you script will be much shorter and better readable, and you can start to think about enhancements.

Replies are listed 'Best First'.
Re^2: Help with Concatenates script
by wskibum (Initiate) on Apr 03, 2008 at 17:59 UTC
    Can't load modules on target host.