I have this question because my colleague were trying to use a perl script I wrote on AIX 6.1 lately.
I tested the script on 5.12 linux version. Since built-in perl version in AIX 6.1 is 5.8.8, we have to update some modules to fit my script such as Cwd.
unfortunately, the update of modules stuck us for a long time.
- AIX machine don't ship with a c compiler.
- newest Cwd installation was always trying to call cc_r to compile other than gcc we've installed.
- ..... many modules compatible problems.....
Finally, the script was working on AIX, but the price is that I remove invocation of Cwd and other modules similar to be possible to raise issues from my script, make use of standard modules shipped with perl at most, and rewite the part of the script about database calling in java because we all know installation of DBD::Oracle in AIX is another thing make headache, and time left us was short.
So, my question is , why perl5 doesn't run over a virtual machine like JVM does? In my opinion, it would make codes more portable and easy install. have any perl gurus been trying to port perl5 to Parrot or even JVM?
just a random question, hope gurus can enlighten me. Thanks
I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction
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.