cygwin or activestate ?

Posted: 08-05-2003, 04:04 PM
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
Reply With Quote

Responses to "cygwin or activestate ?"

sandor
Guest
Posts: n/a
 
Re: cygwin or activestate ?
Posted: 08-06-2003, 06:00 AM
lamontgra@yahoo.com (Graham) wrote in message news:<ed28012c.0308050704.6fd64ea4@posting.google. com>...
> 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
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
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.
Reply With Quote
Andrew DeFaria
Guest
Posts: n/a
 
Re: cygwin or activestate ?
Posted: 11-14-2003, 01:44 AM
sandor wrote:
>lamontgra@yahoo.com (Graham) wrote in message news:<ed28012c.0308050704.6fd64ea4@posting.google. com>...
>
>
>>Which is better perl setup on w98se:
>>
The first thing I'd install is Windows XP! :-)
>>
>>Full cygwin or activestate ? (or other)
>>
>>In particular I will probably be installing DBI +DBD and using with Oracle 9i Personal
>>
>>Regards Graham
>>
>>
>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
>UNIX and the other in Windows. Many modules won't care, but database drivers might.
>
I use Cygwin with DBI and DBD::mysql. Works fine. There is a lack of a
mysql client on Cygwin however. I managed to build the mysql client
without building the mysql server under Cygwin.
> I use cygwin and ActiveState's perl, but I don't use Oracle.
>
Cygwin's Perl suports things like setsid and signal handling accurately
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...

Reply With Quote
 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Activestate net::SNMP question rob merritt PERL Modules 0 07-04-2003 01:37 AM