Forum Moderators: coopster & phranque

Message Too Old, No Replies

perl subroutines

         

Davo1977

2:15 pm on Oct 8, 2008 (gmt 0)

10+ Year Member



How many ways are there to call subrotuines in a perl file.

I only seem to know that you can use the & operator symbol to make a call to an anonymous subroutine.
Many thanks

phranque

4:06 pm on Oct 8, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



there are a couple of other methods but how you count them depends on how you define them.
perhaps you might find these "references" useful:
[perl.com...]
[perl.com...]