質問

I have been using hard reference in perl. But was thinking in what way symbolic reference can be helpful to programmers.

           no strict "ref";
役に立ちましたか?

解決

Symbolic reference can "help" you to add bugs to your code. Read Why it's stupid to `use a variable as a variable name' or my own experience for reasons why not to use it.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top