Help for this page
my @table = $perl->{Table}; my @newtable = $table[0]; my $count = @newtable;
my @table = @{ $perl->{Table} }; my $count = @table;