Hi All.
In my current work, I use a Mac. Have multiple versions of Perl installed, each with modules of its own. The problem is that every library installed is 32 bit, 64 bit or universal. And of course, Perl itself is either 32 or 64 bit. So Perl that is 32 bit can not work with library that is 64 bit, and so on. For example, WxWidgets installed is 32 bit, and MySQL is 64 bit. Perl 5.8.9 is 32 bit, while 5.10 and 5.12 are 64 bit. So in theory, I should be able to install Padre on the Perl 5.8, but not access the DB. this is annoying to no end. For example, PerlBrew knows how to install different versions of Perls, but I could not find how to tell him to install these versions with 32/64 variation. ufff. Shmuel. _______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
