RE: Cron environment for execution of Perl script

2008-11-09 Thread Wagner, David --- Senior Programmer Analyst --- WGO
> -Original Message- > From: Telemachus [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 08, 2008 6:13 AM > To: beginners@perl.org > Subject: Re: Cron environment for execution of Perl script > > On Thu Nov 06 2008 @ 3:42, Wagner, David --- Senior > Programm

RE: Cron environment for execution of Perl script

2008-11-09 Thread Wagner, David --- Senior Programmer Analyst --- WGO
> -Original Message- > From: Chas. Owens [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 08, 2008 10:14 AM > To: Wagner, David --- Senior Programmer Analyst --- WGO > Cc: Perl Beginners > Subject: Re: Cron environment for execution of Perl script > > On T

Re: Cron environment for execution of Perl script

2008-11-08 Thread Chas. Owens
On Thu, Nov 6, 2008 at 16:42, Wagner, David --- Senior Programmer Analyst --- WGO <[EMAIL PROTECTED]> wrote: >I need an environment variable from my .profile on Solaris and having > troubles getting at it. I have a Perl script which executes fine outside of > cron and now am trying to do

Re: Cron environment for execution of Perl script

2008-11-08 Thread Telemachus
On Thu Nov 06 2008 @ 3:42, Wagner, David --- Senior Programmer Analyst --- WGO wrote: > I need an environment variable from my .profile on Solaris and having > troubles getting at it. I have a Perl script which executes fine outside of > cron and now am trying to do via cron. I wanted to

Cron environment for execution of Perl script

2008-11-08 Thread Wagner, David --- Senior Programmer Analyst --- WGO
I need an environment variable from my .profile on Solaris and having troubles getting at it. I have a Perl script which executes fine outside of cron and now am trying to do via cron. I wanted to stay away from a shell script and was wondering what is the easiest way to get my .profile