Questions tagged [html-tableextract]

47 questions
-2
votes
1 answer

HTML::TableExtract doesn't work

The input html is attached (my $file), With the following script, I cannot extract the table I want. Any suggestions? use strict; use warnings; use HTML::TableExtract; my…
Shicheng Guo
  • 1,233
  • 16
  • 19
-2
votes
1 answer

Aligning items in td

How to align the '1' and '2' that shows when a player click on the centrally within the element? Current version can be found here.
1 2 3
4