Help for this page
#!/usr/bin/perl -w use strict; ... my @total = @{ $all_table_content[0]->[-1] }; print Dumper \@all_table_content ;
<html> <head> ... </body> </html>