Fwd: RE: overriding a custom compiled perl binary

2011-11-15 Thread shawn wilson
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

Fwd: Re: overriding a custom compiled perl binary

2011-11-15 Thread shawn wilson
/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

overriding a custom compiled perl binary

2011-11-15 Thread Danny Wong (dannwong)
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

Re: hash of arrays question

2011-11-15 Thread Jim Gibson
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

Re: hash of arrays question

2011-11-15 Thread Brandon McCaig
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

hash of arrays question

2011-11-15 Thread Stefan Wiederoder
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", "