True, but many programs and services on your computer may rely on the "system" Perl to do their jobs. Switching wholesale to a newer Perl may very well cause all kinds of havoc that will be difficult to trace. I'd rather not mess around with such global options, unless there is absolutely no other solution available.
CountZero A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James My blog: Imperial Deltronics
| [reply] |
Thanks for your replies! I have the same concern that CountZero has. Making changes to the PATH will definitely help me out with the current issue but it might create issues with the existing applications that require version 5.8.8, and that's exactly what i also mentioned in my original post.
And yes, as CountZero mentioned, i thought about making changes in Makefile.pl itself to point it to 5.16.1 but it wasn't working due to some syntax issue. Today it finally worked. :)
Thanks again!
| [reply] |