[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] running in chroot
Quoting Schuyler W Langdon (gorditos@hotmail.com):
> I've installed ic 4.8.6 in a chroot environment (w/perl 5.005) where it
> looks like glob is unavailable. To override with something like
> File::BSDGlob would this simply involve modifying Config.pm or would every
> module using glob have to be changed?
>
You should be able to put
package CORE;
*glob = \&yourmodule::globroutine;
anywhere and it should work (assuming the glob works identically).
--
Mike Heins
Perusion -- Expert Interchange Consulting http://www.perusion.com/
phone +1.513.523.7621 <mike@perusion.com>
"All you need in this life is ignorance and confidence, and
then success is sure." -- Mark Twain