in reply to
Re: multi line regex
in thread
multi line regex
looks good, sorry for this question: but how can i use this to
do geht the word in the first column?
1.column | 2.column
english word | german word
....
thx for help
Comment on
Re^2: multi line regex
Replies are listed 'Best First'.
Re^3: multi line regex
by
matija
(Priest)
on Jan 18, 2006 at 23:02 UTC
Read the manual pages for
HTML::TableExtract
- once it parses the table, the first column will be the first element of the row array.
[reply]
In Section
Seekers of Perl Wisdom