Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^6: Is it safe to use external strings for regexes? ("deep recursion" in Debugger)

by LanX (Saint)
on Oct 12, 2021 at 09:31 UTC ( [id://11137443]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    tst();
    
  2. or download this
    D:\tmp\pm>perl -d tst_recursion.pl
    
    ...
    1000 levels deep in subroutine calls!
    
      DB<1>
    
  3. or download this
    D:\tmp\pm>perl tst_recursion.pl
    Deep recursion on subroutine "main::tst" at tst_recursion.pl line 12.
    LIMIT 1050 reached at tst_recursion.pl line 11.
    
    D:\tmp\pm>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11137443]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-18 07:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found