in reply to Extract HTML rows with headers specified

Changing
['Some ID']
to
['Some ID']
and it works ok here.

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] );