Help for this page
use re 'debug'; ... print("***** $_ *****\n"); /$re_str/; }
***** 1 ***** Compiling REx `1' ... ***** 4 ***** Matching REx "\d" against "4" <--- No "Compiling" before this.