Can a Perl program call its self?

  • Thread starter Thread starter Jack X
  • Start date Start date
J

Jack X

Guest
Yea, I think it can.
But I think it would be easier to create a recursive function instead.
 
I'm trying to make a program in Perl, and would like it to do a loop and just before it starts over, call it self so I have two+ of them going at the same time. Is this doable? and is there a limit on how many times it can call its self?
 
Back
Top