Help for this page

Select Code to Download


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