in reply to Re: Re^2: New Module Consideration?
in thread New Module Consideration?

I've just used ppm to install Net::DNS on winXP - no problem. Downloaded the source for Email::Valid as Valid.pm into directory C:\Perl\site\lib\Mail. Then tried a simple test of valid/invalid emails -worked.
Couldn't get a connection to use the 'check this is a valid host' test though probably I'm not set up correctly or firewall or something.
I think you have to run netlibcfg.pl in (c:\perl\bin or wherever.. ) to set up the connections. HTH
poj
  • Comment on Re: Re: Re^2: New Module Consideration?

Replies are listed 'Best First'.
Re: Re: Re: Re^2: New Module Consideration?
by Flame (Deacon) on Jan 01, 2003 at 17:55 UTC
    Sounds good, what version of Perl? Problem with activestate PPM's is that ppm won't accept versions built for different versions of perl, I'm using AS-5.8.0 right now.



    My code doesn't have bugs, it just develops random features.

    Flame ~ Lead Programmer: GMS | GMS

      Ah, sorry I forget that ..
      I'm on build 630 AS 5.6.1
      poj