I want to write something like:

if (64 bits platform)
.....
else
.....

Where the code has a different behaviour depending on the targeted platform
(32 or 64 bits).
Do you know a simple method to perform this test in Perl ?

Thanks,

Vincent

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to