Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Unable to install CGI::Test on a local installation of perl

by jethro (Monsignor)
on Apr 01, 2009 at 13:06 UTC ( [id://754692]=note: print w/replies, xml ) Need Help??


in reply to Unable to install CGI::Test on a local installation of perl

Maybe you should have used PATH=/opt/myperl/bin:$PATH so that your perl5.8.9 is found BEFORE the installed perl5.10.

Try this in a new shell (with unchanged PATH):

PATH=$PATH:/opt/myperl/bin perl -v PATH=/opt/myperl/bin:$PATH perl -v

If I'm right, you should see the version output of 5.10 and then the version output of 5.8.9

Replies are listed 'Best First'.
Re^2: Unable to install CGI::Test on a local installation of perl
by Hue-Bond (Priest) on Apr 01, 2009 at 13:08 UTC

    Thank you very much, that little thing did it!

    --
    David Serrano

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-03-28 22:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found