#!/usr/bin/perl use strict; use warnings; use Config; my $Config; if ($Config{use64bitint}) { print "Supports 64-bit numbers\n"; } else { print "Does not support 64-bit numbers\n" }
In reply to Re: installing Strawberry Perl 64 bit
by Khen1950fx
in thread installing Strawberry Perl 64 bit
by chuckd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |