Ask a Question related to PERL Modules, Design and Development.
-
Graham #1
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 with
Oracle 9i Personal
Regards Graham
Graham 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... -
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... -
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... -
Activestate net::SNMP question
Hi I was hoping to use the net::SNMP module to dump all hardware addresses in a switches table and find what port they each are on and have... -
sandor #2
Re: cygwin or activestate ?
[email]lamontgra@yahoo.com[/email] (Graham) wrote in message news:<ed28012c.0308050704.6fd64ea4@posting.google. com>...
You might want to check the DB module's documentation for> Which is better perl setup on w98se:
>
> Full cygwin or activestate ? (or other)
>
> In particular I will probably be installing DBI +DBD and using with
> Oracle 9i Personal
>
> Regards Graham
recommendations. If you use ActiveState you get a native version of
perl and that's it. If you use cygwin, you will probably want to
install almost all of their utilities and get things like tar, gzip,
cat, ls, etc. If you are used to using a UNIX command line, you will
appreciate cygwin's additional utilities. You can, of course, install
cygwin (without cygwin's own perl) and use ActiveState perl. Remember
that if you use cygwin's perl, you will be working with one leg in
UNIX and the other in Windows. Many modules won't care, but database
drivers might. I use cygwin and ActiveState's perl, but I don't use
Oracle.
sandor Guest
-
Andrew DeFaria #3
Re: cygwin or activestate ?
sandor wrote:
The first thing I'd install is Windows XP! :-)>lamontgra@yahoo.com (Graham) wrote in message news:<ed28012c.0308050704.6fd64ea4@posting.google. com>...
>
>>>Which is better perl setup on w98se:
>>
I use Cygwin with DBI and DBD::mysql. Works fine. There is a lack of a>You might want to check the DB module's documentation for recommendations. If you use ActiveState you get a native version of perl and that's it. If you use cygwin, you will probably want to install almost all of their utilities and get things like tar, gzip, cat, ls, etc. If you are used to using a UNIX command line, you will appreciate cygwin's additional utilities. You can, of course, install cygwin (without cygwin's own perl) and use ActiveState perl. Remember that if you use cygwin's perl, you will be working with one leg in>>
>>Full cygwin or activestate ? (or other)
>>
>>In particular I will probably be installing DBI +DBD and using with Oracle 9i Personal
>>
>>Regards Graham
>>
>>
>UNIX and the other in Windows. Many modules won't care, but database drivers might.
>
mysql client on Cygwin however. I managed to build the mysql client
without building the mysql server under Cygwin.
Cygwin's Perl suports things like setsid and signal handling accurately> I use cygwin and ActiveState's perl, but I don't use Oracle.
>
whereas ActiveState does not support setsid at all and signals sparsingly.
--
Oops. My brain just hit a bad sector.
--
Press any key to continue or any other key to quit...
Andrew DeFaria Guest



Reply With Quote

