Help for this page

Select Code to Download


  1. or download this
    my @table = $perl->{Table};
    my @newtable = $table[0];
    my $count = @newtable;
    
  2. or download this
    my @table = @{ $perl->{Table} };
    my $count = @table;