Re: environment variables in perl scripts

2004-04-28 Thread Robert_Doucette
Whenever I set up something under cron, I always specifically source the .profile or .cshrc I need, but that only gets the UNIX environment variables into the shell. You must do that, but it still doesn't automatically get the UNIX environment variables into the perl script run under cron --

Follow Up: Re: DBI-state()

2004-03-31 Thread Robert_Doucette
() On Tue, Mar 30, 2004 at 08:29:27AM -0500, Robert_Doucette[at]putnam.com wrote: I have a lot of code using those methods. I did not realize they were not standard parts of DBI. Can you

Re: DBI-state()

2004-03-30 Thread Robert_Doucette
I have a lot of code using those methods. I did not realize they were not standard parts of DBI. What is the alternative mechanism for these methods? Bob Doucette