http://qs321.pair.com?node_id=589306


in reply to Re^2: Process a HTML file to get information from it.
in thread Process a HTML file to get information from it.

...got the following error.... Can't call method "right" without a package or object reference at C:\Change\2539\testit2.pl line 21.
my $sib = $_->right ()->right ();
...should be...
my $sib = ($_->right ())->right (); ## I GUESS
But I don't get any output. Sorry!