Help for this page

Select Code to Download


  1. or download this
    my @array;
    push @{@array},["1", "1", "3"];
    push @{@array},["1", "5", "6"];
    push @{@array},["1", "1", "3"];