> -----Original Message----- > From: David Eason [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 8:32 PM > To: [EMAIL PROTECTED] > Subject: Where to find missing examples > > > The perl module docs, in particular HTML:Parser and > HTML:PullParser, mention > examples in the eg directory, which I seem to be missing, > although I do have > an eg folder or two > > Using ActiveState perl 5.8.0
I would guess the the eg directory is part of the tarball distribution of the module, but is not part of what gets installed into your perl directories. If you are familiar with the CPAN module, the following should help: $ perl -MCPAN -e shell cpan> look HTML::Parser The "look" grabs the distribution, untars it to a build directory, and drops you to a subshell in that directory. From there you should be able to find the eg directory and the examples. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]