|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
> I've noticed that references don't tend to be used a whole lot in
> perl. Why is that?
I believe what Nic meant by this is explicit reference passing:
foo (\@bar);
I'm not sure, but I think that its infrequent use is because having
a function to work on your variables directly is abnormal.
-Hao
**Majordomo list services provided by PANIX <URL:http://www.panix.com>**
**To Unsubscribe, send "unsubscribe phl" to majordomo@lists.pm.org**
|
|