- or download this
use re 'debug';
...
$i =~ /$re/;
}
}
- or download this
Compiling REx `abc' <------------
size 3 first at 1
...
3: END(0)
anchored `def' at 0 (checking anchored isall) minlen 3
Freeing REx: `def'
- or download this
use re 'debug';
...
$i =~ /$re/;
}
}
- or download this
Compiling REx `abc' <------------
size 3 first at 1
...
3: END(0)
anchored `def' at 0 (checking anchored isall) minlen 3
Freeing REx: `def'