Ask a Question related to PERL Beginners, Design and Development.
-
Bob X #1
ActiveState 5.8.0 vs 5.8.1
This may not have a difinitive answer. But will the modules I use for 5.8.0
work/be available with 5.8.1? Basically I am using HTML-Template and
CGI-Application and those are the ones I would be worried about.
Bob X Guest
-
ppm.activestate.com down?
just trying to install perl in my WinXP computer, trying to install some modules using PP3 and it gives me an error that it can't reach... -
PPM through Proxy (Activeperl / Activestate)
hi, i have just installed the latest Activeperl from activestate.com and need to add some modules through PPM. I am behind a firewall and forced to... -
ActiveState XML-DOM 1.43
Hi, all, when it comes to parsing large files into something XML readable, a high amount of memory is required, and the CPU rate of the computer... -
XML::RSS with ActiveState perl?
Can you use the XML::RSS module with ActiveState perl? It doesn't seem to be in the ActiveState's package repository. Downloading XML::RSS from... -
cygwin or activestate ?
Which is better perl setup on w98se: Full cygwin or activestate ? (or other) In particular I will probably be installing DBI +DBD and using... -
Drieux #2
Re: ActiveState 5.8.0 vs 5.8.1
On Thursday, Nov 13, 2003, at 14:10 US/Pacific, Bob X wrote:
> This may not have a difinitive answer. But will the modules I use for
> 5.8.0
> work/be available with 5.8.1? Basically I am using HTML-Template and
> CGI-Application and those are the ones I would be worried about.
yes.
the 'hard cut over' was between 5.6 and 5.8 in
which underlying XS code based perl modules became
incompatible with each other and required that
the upgrade from 5.6 to 5.8 include rebuilding
all of those modules.
the shift from M.N.O to M.N.(O++) is merely a
fixit of the underlying M.N.O release and no
effort was made to shift the underlying core API.
ciao
drieux
---
Drieux Guest
-
Bob X #3
Re: ActiveState 5.8.0 vs 5.8.1
"Drieux" <drieux@wetware.com> wrote in message
news:97170AC2-162F-11D8-8327-0030654D3CAE@wetware.com...Thanks! I upgraded an PPM'd everything and everything is okay. : )>
> On Thursday, Nov 13, 2003, at 14:10 US/Pacific, Bob X wrote:
>>> > This may not have a difinitive answer. But will the modules I use for
> > 5.8.0
> > work/be available with 5.8.1? Basically I am using HTML-Template and
> > CGI-Application and those are the ones I would be worried about.
>
> yes.
>
> the 'hard cut over' was between 5.6 and 5.8 in
> which underlying XS code based perl modules became
> incompatible with each other and required that
> the upgrade from 5.6 to 5.8 include rebuilding
> all of those modules.
>
> the shift from M.N.O to M.N.(O++) is merely a
> fixit of the underlying M.N.O release and no
> effort was made to shift the underlying core API.
>
> ciao
> drieux
>
> ---
>
Bob X Guest



Reply With Quote

