Re: I have a weird issue with a script running under cron
John D Groenveld <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <[email protected]> |
In message <[email protected]>, Bruce J ohnson writes: >It appears to be that called modules via use MODULE; do NOT share the environm >ent of the calling perl script? No, it appears from this experiment as well as your experiment with modperl last fall that that "use MODULE" imports MODULE before you set the environment. John [email protected]