Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl 5.6 PPM is not working

Status
Not open for further replies.

stilian82

Programmer
Joined
Jul 10, 2007
Messages
2
Location
HU
Hallo everybody!

Is there somebody who can help me with one advice. I would like to write DB script on perl which is using PostgreSQL database.
Which Perl version is the best for me?
I allready downloaded Perl 5.6 but because of something I cannot use PPM commnd from DOS what makes impossible to install DBD::Pg and DBI packages.
I gues that there is some problem with proxy or firewall but I couldnt sold it.

Tomov Stilian
 
Why did you install perl 5.6? You should install perl 5.8. Why can't you run PPM from DOS?

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
If you are in a corporate setting you need to create a enviroment variable on your pc called HTTP_proxy and give it your proxy server.

On xp
right click on my computer -> properties->Advanced->Enviroment Variables->New System variable->

If you don't do this before you install 5.8 (which you should be using!!) it will give you a few problems.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[noevil]
Travis - Those Who Say It Cannot Be Done Are Usually Interrupted by Someone Else Doing It; Give the wrong symptoms, get the wrong solutions;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top