http://www.perlmonks.org?node_id=153093


in reply to Re: Variable Interpolation Interpolation
in thread Variable Interpolation Interpolation

Dragonchild, why is it naughty to use symbolic references?

dpatrick
- I think scsh is cool.
Open Sourceror, Perlmonk
http://perlmonk.org/~dpatrick
  • Comment on Re: Re: Variable Interpolation Interpolation

Replies are listed 'Best First'.
Re: Re: Re: Variable Interpolation Interpolation
by dragonchild (Archbishop) on Mar 20, 2002 at 19:30 UTC
    Doing a search (which I'm too lazy to do) would yield some dozen or so threads on the matter.

    A quick answer is this - symbolic references directly impact the symbol table. This could result in clobbering a variable you already have. As this is completely dependent on run-time activity, debugging this could be complex.

    ------
    We are the carpenters and bricklayers of the Information Age.

    Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.