in reply to Re^2: Trying to automate some scalar assignments
in thread Trying to automate some scalar assignments

Well that's run-of-the-mill evil. :)

I did consider the global symbol table, but the first line of sample code provided by the OP was, "my($a, $b, $c, $d);", so I assumed he really was trying to manipulate lexicals symbolically. Either way we're both going to need to wash our hands in hot water with pumice soap now.


Dave

Replies are listed 'Best First'.
Re^4: Trying to automate some scalar assignments
by rastoboy (Monk) on Sep 23, 2011 at 16:34 UTC
    Awesome, folks, thanks!