Hi Respect Monks,
My goal is to use Perl as much as possible for my application development(on Windows platform), which involve Oracle database as part of my tech stack.
However, I found:
---With the installation of Oracle 10g installed on my Windows XP, by default, it installed ActiveState Perl 5.8.3 on my machine. It sets two environment variables PATH, and PERL5LIB.
---For my Perl programming, I have two options:
a. Using Perl 5.8.3 coming with the Oracle DB installation.
b. Using the newest Perl 5.8.8.
However, option B gave me a lot of trouble.
1. In order to user Perl 5.8.8, I have manipulate PATH and PERL5LIB environment variables before launch the script.
2. The worst thing is that the IIS server (for running CGI programs) only gets path and perl5lib info from system.
3. BTW, as I know, if I change the PATH and PERL5LIB setting done by Oracle 10g installation, Oracle DB's HTTP server won't work and possible other troubles.
So, as of now, it seems my only option is to use Perl 5.8.3 for my Perl programming and development. Please let me know if you have better idea/insight.
I installed ActiveState Perl 5.8.3 on my machine, as I don't want to messy up Oracle DB's Perl installation. I am fine with not able to have GUI PPM4 in Perl 5.8.3 and have to use command line PPM.
For both of them, the system gave error of "Warning: 500 Can't connect to ppm.ActiveState.com:80 (connect: Unknown error)"
It would be really appreciated if I could get help on:
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.