Technically this is bad form to bring an email back on the list after it
was off list. But I don't feel either of us meant to bring it off list, and
most on this know more than me, so...
I don't know your code base but would be very surprised (and outraged) if a
project required a custom core. I c
/me grumbles about the reply-to on this list
-- Forwarded message --
From: "shawn wilson"
Date: Nov 16, 2011 1:57 AM
Subject: Re: overriding a custom compiled perl binary
To: "Danny Wong (dannwong)"
Override - no.
Append to - export PERL5LIB (assuming perl 5.
Neither of those c
Hi all,
I received a custom compiled perl binary version, years ago. The path
location of the perl binary and lib paths are hardcoded. Is there a way for me
to override this path setting, so the custom perl binaries are not looking at
that specific directory or needs to be in the specifi
On 11/15/11 Tue Nov 15, 2011 8:10 AM, "Stefan Wiederoder"
scribbled:
> Hello list,
>
> I´m using a json config file to read a file with server group
> definitions, including group of groups like
> this example:
>
> [jdoe@belbo]# cat groups.json
> {
> "G_Group_PR" : [ "serverA", "serve
Hello Stefan,
On Tue, Nov 15, 2011 at 08:10:12AM -0800, Stefan Wiederoder wrote:
> Hello list,
>
> I´m using a json config file to read a file with server group
> definitions, including group of groups like
> this example:
>
> [jdoe@belbo]# cat groups.json
> {
> "G_Group_PR" : [ "serverA
Hello list,
I´m using a json config file to read a file with server group
definitions, including group of groups like
this example:
[jdoe@belbo]# cat groups.json
{
"G_Group_PR" : [ "serverA", "serverB" ],
"G_Group_QS" : [ "serverC", "serverD" ],
"G_All" : [ "G_Group_PR", "