rovf has asked for the wisdom of the Perl Monks concerning the following question:
Does anybody know where I can get a precompiled XML::LibXML for ActiveState Perl 5.16 (Windows, 32 Bit), or do I have to bite the bullet and compile it from CPAN?
This is what I already tried:
:use strict; use warnings FATAL => qw(all); use PPM::Repositories; for ( keys %Repositories ) { print `ppm repository add $_ $Repositories{$_}->{location}`; }
Unrecognized ppm command 'repository'; try one of area, config, descri +be, files, gui, help, info, install, list, log, profile, query, remove, +repo, search, tree, uninstall, update, upgrade, verify, or version Usage: ppm <cmd> <arg>... Run 'ppm help' to learn more.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Finding precompiled XML::LibXML (5.16, ActiveState)
by BrowserUk (Patriarch) on Nov 28, 2012 at 13:16 UTC | |
by rovf (Priest) on Nov 28, 2012 at 13:34 UTC | |
by marto (Cardinal) on Nov 28, 2012 at 13:40 UTC | |
Re: Finding precompiled XML::LibXML (5.16, ActiveState)
by marto (Cardinal) on Nov 28, 2012 at 13:29 UTC | |
Re: Finding precompiled XML::LibXML (5.16, ActiveState)
by tobyink (Canon) on Nov 28, 2012 at 13:22 UTC |