In these cases I have to manually change links to the correct subroutine definition (my script defaults to whatever subroutine was defined last). Is there anyway to get around having to do this? Is there some module that I could use that could figure out which type of object a subroutine is being called by?sub myfunction{ my($object1,$object2)=@_; print $object1->to_string(); print $object2->to_string(); }
In reply to Browsing Perl Code by fletcher_the_dog
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |