in reply to Re: Interpolation in variable names
in thread Interpolation in variable names

Thanks, I did found a work around using a hash instead.

Replies are listed 'Best First'.
Re^3: Interpolation in variable names
by Hue-Bond (Priest) on Mar 16, 2010 at 15:49 UTC

    That's not a workaround, it's the preferred way to implement the behaviour you were initially looking for.

    --
     David Serrano
     (Please treat my english text just like Perl code, i.e. feel free to notify me of any syntax, grammar, style and/or spelling error. Thank you!).