- or download this
use warnings;
use strict;
...
my$type=[4];
print "$type\n";
}
- or download this
Can open file "TABLE.txt"
ARRAY(0x181ea88)
...
ARRAY(0x181ea88)
.....
ARRAY(0x181ea88)
- or download this
print "@$type\n";
- or download this
Can open file "TABLE.txt"
4
4
4
4
etc