문제

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