Thank you, Bob. I have now downloaded the examples from CPAN (from the web browser, actually, not the CPAN shell).
I was about to say ActiveState has ppm instead of CPAN, but you made me double check and it actually has both. Ran the helpful CPAN shell wizard, I am missing some of the executables like gzip and wget but I know I can find them. ppm doesn't have the look command so it looks like a good idea for me to go ahead and set that up. Thanks for your help. Dave "Bob Showalter" <[EMAIL PROTECTED]> wrote in message 2E4528861499D41199D200A0C9B15BC001D7E5BC@FRISTX">news:2E4528861499D41199D200A0C9B15BC001D7E5BC@FRISTX... > > -----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]