http://qs321.pair.com?node_id=1089829


in reply to Re^2: CGI::Carp and Mail::SendEasy do not work
in thread CGI::Carp and Mail::SendEasy do not work

You need to install the module from the CPAN then. On Unix you'd type 'cpan Mail::SendEasy'. No idea how you'd do that on Windows.
  • Comment on Re^3: CGI::Carp and Mail::SendEasy do not work

Replies are listed 'Best First'.
Re^4: CGI::Carp and Mail::SendEasy do not work
by CountZero (Bishop) on Jun 13, 2014 at 15:26 UTC
    Exactly the same way on Windows as on Unix.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

    My blog: Imperial Deltronics
      I thought there was something different if you used Activestate.
        ActiveState have their PPM tool for installing modules, but actually you can also use CPAN with ActiveState.

        CountZero

        A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

        My blog: Imperial Deltronics
Re^4: CGI::Carp and Mail::SendEasy do not work
by Anonymous Monk on Jun 16, 2014 at 14:16 UTC
    I found you can extract the Mail folder out of the tar.gz using WinRAR and make sure it is in the perl\lib\ location.
      While that might work for this module and many others it will *not* work in the general case.
Re^4: CGI::Carp and Mail::SendEasy do not work
by marto (Cardinal) on Jun 17, 2014 at 12:42 UTC

    "No idea how you'd do that on Windows."

    The same way.