batkins has asked for the wisdom of the Perl Monks concerning the following question:

Has anyone used ActiveState's PerlEZ component? I can't seem to find a .lib file to import it into my C++ application. Thanks, Bill

Replies are listed 'Best First'.
Re: using PerlEZ
by BronzeWing (Monk) on Jan 13, 2003 at 19:15 UTC

    Hello,
    I'm not much of a C(++) writer, but if you're looking for PerlEz.lib I see one on my Windows box in C:\PERL\LIB\CORE\. There's also a C:\PERL\BIN\PerlEz.dll, but I dunno if that one's useful or not.


    Perl Monks do it more than one way.