On Wed, 10 Jul 2002 17:39:58 +0200 (MEST), Thomas De Groote wrote: >$string = LPW->get (or whatever)... >if($string =~ s/<table>(.+)<\/table>/ig){ > $table_contents = $1; >}
Don't forget the /s modifier, as commonly HTML tables are not on one single line of text. -- Bart.