On Wed, 16 Nov 2011 02:25:18 -0500, shawn wilson wrote: > Yes, it was 5.6.1. I wish I had the perl source code to compile. That > would be the simplest solution. The perl binaries where provided by a > vendor and the product only works with the customized version of perl > they compiled for us. The vendor doesn’t exist any more.
You have a bigger problem in that you are living on borrowed time with a 10 year-old version of perl that even if it were not custom, is no longer supported. At any moment something could cause this to stop working. You can't just freeze your whole environment, as evidenced by the fact that you are trying to make a change to @INC already. Tell us more about what you mean by "only works with the customized version of perl" as in, what "not working" looks like. Activestate used to distribute perl binaries that had @INC compiled in as long placeholder strings that their installation tool then modified for the local installation. So theoretically you could edit the binary to replace the paths with anything the same length or shorter. As if you weren't out on a long enough limb already. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ http://www.informit.com/store/product.aspx?isbn=0137001274 http://www.oreillyschool.com/certificates/perl-programming.php -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/