Hi I am using ActivePerl 5.10.1 on Win XP.
I can’t find Lex package from the PPM list.
Can I install other package to enable Parse::Lex?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I do believe ParseLex is in the base set of packages in PPM. Try:
from the command line? You’ll need to set the http_proxy environment variable if behind a proxy, you can do it for that session only by issuing this before the command above:
e.g.
If using the GUI… I believe the set of packages displayed by default is the installed set so you’d be searching that for Lex. Click View -> All Packages if this is the case.