How to stop Runaway Perl Process
I'm on a Linux PC. I inadvertantly created a PERL script with endless
recursion: subroutine A calls subroutine B which calls A, which calls B,
etc.
I want to stop these, but I don't want to reboot. How can I do it?
No comments:
Post a Comment