Hi.. what is the maximum size of an array and variable?
With the following declaration:
my $size;
my @rx_array;
what is the maximum number that $size can hold?
what is the maximum number of elements @rx_array can hold?
Thanks!
Maximum size of array and variable??
|