in reply to Re: Re: Re: Re: commented out s/// prevents script running!
in thread commented out s/// prevents script running!

figured out a way of getting 5.8.3 invoked instead of 5.8.0 .. but, and this is a big but, *cries* do I _have_ to install all of my modules again?

Short answer: yes.

Longer answer: if the modules don't use XS, you might be able to avoid re-installing them by messing with @INC, but this is probably not recommended if you don't know what you're doing. Fire up perl -MCPAN -e shell and install your modules again -- that's the easy way.


;$;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}} split//,".rekcah lreP rehtona tsuJ";$\=$;[-1]->();print

Replies are listed 'Best First'.
Re: Re: commented out s/// prevents script running!
by ysth (Canon) on Mar 03, 2004 at 16:47 UTC
    5.8.3 is supposed to be binary-compatible with 5.8.0, so if you configured it to include the 5.8.0 directories (and built it with the same options) it shouldn't be necessary to your modules.