On Tue, Aug 16, 2005 at 06:12:35AM -0700, Shivakumar Venkatappa wrote: > I get error > Can't locate auto/HTML/TokeParser/get_phrase.al in @INC (@INC contains:
What's likely happening is your installation of HTML::TokeParser is a couple years old and does not have the get_phrase() method. That weird error message is due to the accidental inheritance of AutoLoader from which all XS modules suffer. get_phrase was added in version 3.33 of HTML-Parser (which contains HTML::TokeParser). WWW::Mechanize should have warned you that your version was not new enough upon installation. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern 'All anyone gets in a mirror is themselves,' she said. 'But what you gets in a good gumbo is everything.' -- "Witches Abroad" by Terry Prachett