Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Cannot use HTML::TokeParser

by initself (Monk)
on Sep 01, 2007 at 10:15 UTC ( [id://636498]=note: print w/replies, xml ) Need Help??


in reply to Cannot use HTML::TokeParser

When you use PPM, you need to be aware of two things:

  1. The PPM module names most always have a '-' where you might expect a '::'. For instance, HTML::TokeParser becomes HTML-TokeParser.
  2. You might need to include an additional repository in addition to the default ActiveState repository:

    ppm rep add trouchelle.com http://trouchelle.com/ppm/

    After running that command, you should see HTML-TokeParser available in your PPM.

Replies are listed 'Best First'.
Re^2: Cannot use HTML::TokeParser
by zli034 (Monk) on Sep 01, 2007 at 14:15 UTC
    bart is right. I deleted all perl related files, then reinstalled. Now it's working. But the trouchelle.com repository again not working for me. My ppm can't unpack the modules from the repository. Again why?
      ppm can't unpack the modules from the repository

      The trouchelle repository bundles the modules into zip archives (instead of the more usual tar.gz format), and older versions of ppm can handle only the tar.gz format.

      However, since you're using perl 5.8.8, I would expect that you have a version of ppm that does handle the zip format. What do you get when you run ppm version ?

      Also, which build of ActivePerl are you running ? I get:
      C:\>perl -e "print $ActivePerl::VERSION" 822 C:\>
      Cheers, Rob

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://636498]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-24 04:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found