
February 27th, 2003, 02:53 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Great article.
Good read. Dealing with global variable issues and how to share them between packages has always been a bear when working with mod_perl. But generally, just picking up some of the useful Perl syntax and libraries that I don't generally use is swell.
One thing that has been circling around my head for a few days now is how to properly use aliases (local *newalias = $pointer_to_original), but your example shed light on this one. Now my subroutine code looks a lot prettier than $$having $$a $$whole $$lot $$of $$these in them.
|