Re: Email::Sender on Centos 6

2013-07-17 Thread Steven Buehler
ay, July 17, 2013 12:40:08 PM, Jim Gibson wrote: On Jul 17, 2013, at 9:59 AM, Steven Buehler wrote: I am trying to use CPAN to install Email::Sender on all of our systems for use in a perl script. Most of our systems use CentOS 5.x, but I have a couple that are now on CentOS 6.x. When trying

Email::Sender on Centos 6

2013-07-17 Thread Steven Buehler
I am trying to use CPAN to install Email::Sender on all of our systems for use in a perl script. Most of our systems use CentOS 5.x, but I have a couple that are now on CentOS 6.x. When trying to install it here, it keeps coming up with dependency issues and no matter how many of those depend

Searching Hash for contents of Array

2012-04-30 Thread Steven Buehler
Hopefully I have the correct mailing list for this question. I have a script that works and looks as follows: --- #$hash{SRC} is filled in by a database call. #These IP's are not the IP's in the real script. my @ignoreIPs = ("19.147.172.133", "19.147.172.135",

RE: Lock file question

2011-06-22 Thread Steven Buehler
> -Original Message- > From: Jim Gibson [mailto:jimsgib...@gmail.com] > Sent: Wednesday, June 22, 2011 5:35 PM > To: beginners@perl.org > Subject: Re: Lock file question > > On 6/22/11 Wed Jun 22, 2011 3:02 PM, "Steven Buehler" > > scribbled: &g

Lock file question

2011-06-22 Thread Steven Buehler
I am trying to use a lockfile so that the script can't be run again if it is already running. The below code works fine. The problem is that if my script runs with an argument for a config file with one person trying to run it as "script.pl first.cfg" and the second person trys to run it as "scri