in reply to Perl Script - Can't locate module error

Install the Email::Date::Format module on your production server. Please don't ignore the formatting advice (as previously mentioned). Consider running the same version of Perl on development as you do in production. Note that your production version is 8 years old. Avoid using the system install or Perl. Your operating system uses this for various things. It's fairly simple to install your own (modern) version of perl elsewhere on the system.

  • Comment on Re: Perl Script - Can't locate module error

Replies are listed 'Best First'.
Re^2: Perl Script - Can't locate module error
by puneet.keswani (Novice) on May 16, 2012 at 14:43 UTC
    Email::Date::Format module is not there in Dev server but the script seems to be working fine, could there be any other reason for it to not execute in the prod environment.
      A reply falls below the community's threshold of quality. You may see it by logging in.