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
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
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",
> -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
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