![]() |
|
No such thing as a small change | |
PerlMonks |
Re^4: Using the DATA file handle for ARGVby Anonymous Monk |
on Jun 02, 2013 at 00:43 UTC ( #1036536=note: print w/replies, xml ) | Need Help?? |
Once the magic *ARGV{IO} is gone, those variables are nothing special. Or am I still completely mistaken? I think you're right. I think the magic belongs to readline ARGV , not readline *DATA, and when you do *ARGV = *DATA it makes *ARGV an alias for *DATA, doesn't make *DATA an alias for *ARGV, so *DATA has no magic
In Section
Meditations
|
|