Help for this page

Select Code to Download


  1. or download this
    use re 'debug';
    
    ...
          $i =~ /$re/;
       }
    }
    
  2. 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'
    
  3. or download this
    use re 'debug';
    
    ...
          $i =~ /$re/;
       }
    }
    
  4. 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'