Vincent Bufferne wrote: > > 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 ?
What different behaviour are you trying to provide? Perhaps the Config module has the information you require. perldoc Config John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]