Re: Env, crontab, perl script

2003-07-29 Thread Wiggins d'Anconia
something similar that is normally part of teh default environment for the sybase DBD module. In other words are there sybase c libs or something that it uses and need to be linked in? You can specify this on the command line in the crontab before the actual command (at least on Solaris, check

Re: perl/crontab Question

2003-07-29 Thread Paul Archer
> > > I have a perl job I want to run out of a cron job, However cron is not > > > reading my .cshrc file by default. So what I have to do is "wrap" the perl > > > job in a tcsh shell and then run the shell file out of cron. > > > > > > Is there a better way? Or maybe the real question is should I

Re: perl/crontab Question

2003-07-29 Thread denis
On Tue, 29 Jul 2003, Paul Archer wrote: > Yesterday, [EMAIL PROTECTED] wrote: > > > This may be a bit off topic, but I'll ask it.. > > > > I have a perl job I want to run out of a cron job, However cron is not > > reading my .cshrc file by default. So what I have to do is "wrap" the perl > > job

Re: perl/crontab Question

2003-07-29 Thread Olivier Wirz
Hello, I had the same problem today; Oracle sqlplus was not found in the crontab Perl script. I tried like this and it works - the Oracle env. ist initialize in .usr_profile (ksh and not csh): system (". $ENV{HOME}/.usr_profile; sqlplus -SILENT $dbuser/[EMAIL PROTECTED] << E

Re: perl/crontab Question

2003-07-29 Thread Paul Archer
Yesterday, [EMAIL PROTECTED] wrote: > This may be a bit off topic, but I'll ask it.. > > I have a perl job I want to run out of a cron job, However cron is not > reading my .cshrc file by default. So what I have to do is "wrap" the perl > job in a tcsh shell and then run the shell file out of cron

Env, crontab, perl script

2003-07-29 Thread loan tran
messages from crontab * Open Client Message: Message number: LAYER = (5) ORIGIN = (3) SEVERITY = (5) NUMBER = (131) Message String: ct_init(): network packet layer: internal net library error: Attempt to load protocol driver failed install_driver(Sybase) failed: DBD::Sybase initialize: ct_init

Re: perl/crontab Question

2003-07-28 Thread denis
On Mon, 28 Jul 2003, John W. Krahn wrote: > [EMAIL PROTECTED] wrote: > > > > This may be a bit off topic, but I'll ask it.. > > > > I have a perl job I want to run out of a cron job, However cron is not > > reading my .cshrc file by default. > > That is the way cron works. It has a VERY limite

Re: perl/crontab Question

2003-07-28 Thread John W. Krahn
[EMAIL PROTECTED] wrote: > > This may be a bit off topic, but I'll ask it.. > > I have a perl job I want to run out of a cron job, However cron is not > reading my .cshrc file by default. That is the way cron works. It has a VERY limited environment. > So what I have to do is "wrap" the perl >

perl/crontab Question

2003-07-28 Thread denis
This may be a bit off topic, but I'll ask it.. I have a perl job I want to run out of a cron job, However cron is not reading my .cshrc file by default. So what I have to do is "wrap" the perl job in a tcsh shell and then run the shell file out of cron. Is there a better way? Or maybe the real

how to write inside crontab without crontab?

2002-08-21 Thread P lerenard
Hi, i'm triing to change my crontab file remotely. but if I don't use crontab command the system is not going to take the change. so I get @res=qx{crontab -l} but i don't change anything I open crontab with vi, is it possible to make a cmd like {crontab -l | vi -c i linexxx | v

Re: chris, your address is bad (was "Re: perl parser for crontab files?")

2002-07-29 Thread David T-G
Todd, et al -- ...and then Todd Wade said... % % "David T-G" <[EMAIL PROTECTED]> wrote in message % [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... % % >Sorry for the interruption, everyone. % > % >Chris, your email address (@home.com) is dead. Would you mind fixing it? % % Since you are asking

Re: chris, your address is bad (was "Re: perl parser for crontab files?")

2002-07-28 Thread Todd Wade
"David T-G" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >Sorry for the interruption, everyone. > >Chris, your email address (@home.com) is dead. Would you mind fixing it? Since you are asking people to change thier user agent's configuration, how about chai

chris, your address is bad (was "Re: perl parser for crontab files?")

2002-07-27 Thread David T-G
Sorry for the interruption, everyone. Chris, your email address (@home.com) is dead. Would you mind fixing it? HAND :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie (work) [EMAIL PROTECTED]

Re: perl parser for crontab files?

2002-07-27 Thread David T-G
Chris -- ...and then chris said... % % Before I re-invent the wheel. Is there a perl parser routine for % crontab format files? Have you taken a look at http://search.cpan.org/search?mode=module&query=cron yet? HTH & HAND :-D -- David T-G * It's easier

perl parser for crontab files?

2002-07-27 Thread chris
Before I re-invent the wheel. Is there a perl parser routine for crontab format files? I have cron.pl written by Scott McMahan. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PERL instead of crontab

2001-11-29 Thread Karthik Krishnamurthy
: > > -Original Message- > > From: nafiseh saberi [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, November 29, 2001 2:44 AM > > To: [EMAIL PROTECTED] > > Subject: PERL instead of crontab > > > > > > hi all. > > I wish ,all of you be hopefu

RE: PERL instead of crontab

2001-11-29 Thread Bob Showalter
> -Original Message- > From: nafiseh saberi [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 29, 2001 2:44 AM > To: [EMAIL PROTECTED] > Subject: PERL instead of crontab > > > hi all. > I wish ,all of you be hopefull and happy. > > I write on

PERL instead of crontab

2001-11-28 Thread nafiseh saberi
hi all. I wish ,all of you be hopefull and happy. I write one program for control user in ISP (internet service provider) with crontab. it runs every 2 minutes and finish and 2 minutes later , run again in your mind.. how can I write it with perl ?? thx for your time. thx alot

Re: Crontab

2001-05-06 Thread Casey West
On Sun, May 06, 2001 at 02:05:45PM -0700, Dennis wrote: : I have a script that I want to try and run daily for archive purposes. I : have no clue on constructing a proper "crontab" to do this. Any : information will be greatly appreciated. Thank you. While this isn't a Perl que

Re: Crontab

2001-05-06 Thread Me
> I have a script that I want to try and run daily for archive purposes. I > have no clue on constructing a proper "crontab" to do this. Any > information will be greatly appreciated. Thank you. Hi Dennis, This really has nothing at all to do with perl. I'd answer if

Crontab

2001-05-06 Thread Dennis
I have a script that I want to try and run daily for archive purposes. I have no clue on constructing a proper "crontab" to do this. Any information will be greatly appreciated. Thank you. Dennis #!/usr/bin/perl # Use crontab to run this every night at 11: