Steven W. Orr wrote: > On 7/25/2011 5:20 AM, Linda Walsh wrote: > I highly recommend reading this, but read it *very carefully*. I have > adopted this in my production system and it works great. The idea is to > implement passing variables by reference and to allow the values to be > either scalars or arrays. It sounds like you would benefit from this. > > http://fvue.nl/wiki/Bash:_Passing_variables_by_reference ---- Looks very interesting...will have to peruse it... I'm starting to use eval more often -- generally haven't because I thought it to be slow, but realistically, and as the article states, with hard-timings, it's faster than expression in a sub-process...
That could lead to much more flexibility (besides benefit of speed). Thanks!