in reply to Does eval cause that much of a performance hit?
Note also the, not atypical, lack of strictures.# Declare the array @array = (); # Initialise the array $array[0] = 'something'; $array[1] = 'something_else' $array[2] = 'something_more' . .
I've found (the hard way) that the best way to approach it [the problem] is to, initially, find the lowest common denominator - thereafter both advocating education and demonstrating the benefits of the more elegant approach alongside the traditional approach for all to see...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Does eval cause that much of a performance hit?
by Anonymous Monk on May 06, 2009 at 12:53 UTC |