Help for this page

Select Code to Download


  1. or download this
    @AoA = ([qw/Mercury Venus Earth Mars/], [qw/1 1 2 3 5 8 13 21/]);
    
  2. or download this
    @x = (1, 2, 3);
    *y = *x;
    my @AoA = (\@x, \@y);