in reply to Re^2: Perl module(s)? for extracting call data from Digium (asterisk communications platform)
in thread Perl module(s)? for extracting call data from Digium (asterisk communications platform)

Now I just have to find a way to get it into my ActiveState Perl.

I've dropped ActivePerl years ago for Strawberry Perl. It comes with gcc and make, so I don't have to hope that others build binary module packages, I just install modules from CPAN like I do on Linux: cpan Some::Module. Everything else is handled by Perl, make, and gcc.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re^3: Perl module(s)? for extracting call data from Digium (asterisk communications platform)
  • Download Code

Replies are listed 'Best First'.
Re^4: Perl module(s)? for extracting call data from Digium (asterisk communications platform)
by astroboy (Chaplain) on Jul 20, 2015 at 01:49 UTC

    I agree. ActiveState has worked so hard over the last few years to turn ActivePerl into a business, it alienated community users such as myself. I now use Strawberry Perl and love it.

    (I realise that ActiveState has to make money. I pay a yearly subscription to their Pro Studio out of my own pocket, but am increasingly becoming disenchanted with their services)