On Thursday, April 4, 2002, at 11:46 , M z wrote: [..] > $tree = HTML::Tree->new(); > $tree->parse_file(<X>); > print X1 "$tree\n"; [..] Wow - had not even thought about doing the 'open' by hand. I had merely taken a list of files from the command line and let the 'tree' open and parse them. I'd also use $tree->dump; if all you want is to see how the tree falls out. cf: perldoc HTML::TreeBuilder ciao drieux ---Thread Previous