in reply to Re: Removing HTML Tags from a file
in thread Removing HTML Tags from a file

Sir, I am not able to install the pm module for html:tokeparser:simple. I am currently using activestate perl on windows XP. I have simple.pm module in my d:\perl\lib\simple.pm. Please tell me the way to get it installed.

Replies are listed 'Best First'.
Re^3: Removing HTML Tags from a file
by DaWolf (Curate) on Dec 14, 2004 at 06:56 UTC
    Yes, you can.

    Open a "DOS" window and type:

    C:\Documents and Settings\Administrador>ppm

    You'll enter PPM's prompt. Then type:

    ppm> install HTML-TokeParser-Simple

    Regards,
      Thanx for that I have get it installed.
Re^3: Removing HTML Tags from a file
by prasadbabu (Prior) on Dec 14, 2004 at 07:06 UTC

    agynr,

    You go through the active state documentation.

    In that they have described how to install a module using ppm.

    You follow the procedure and install it.

    Prasad

Re^3: Removing HTML Tags from a file
by Anonymous Monk on Dec 15, 2004 at 02:25 UTC