in reply to Extract HTML rows with headers specified
to['Some ID']
and it works ok here.['Some ID']
Update: No it doesn't :-(
But it's because Some ID isn't the same as Some ID (although it may look the same in the browser).
Update2:
my $header = q{Some} . chr(0x0A0) . q{ID}; my $te = HTML::TableExtract->new( headers => [$header] );
|
|---|