On Mon, Mar 04, 2002 at 12:35:26PM +0000, [EMAIL PROTECTED] wrote: > I think that all my problems are because I'm using Oracle 64 bits, and I > don't know if my perl is 64-bits perl version because I'm not who installed > it. > > �Is there a way of knowing if I've got 64-bits perl version? > �Where can I download this version?
perl -V will tell you the version of perl and the configuration options used when it was built. You want version 5.6.1. Look for use64bitint and use64bitall. Ronald
