Help for this page

Select Code to Download


  1. or download this
    /$comment|$string/g
    
  2. or download this
        while( ! /\G$/gc ) {
            if( /\G$comment/gc ) {
    ...
            } elsif( /\G$string/gc ) {
                ...
            } elsif( /\G$neither/gc ) {