in reply to subroutines and references in Everything
It won't hurt any nodes you pass in. (You're right about htmlcode nodes being subroutines, in more ways than one.)foreach my $ptolist (@GROUP) { $ptolist = getRef($ptolist); $str .= "<li>".$$ptolist{title}."</li>"; }
|
|---|