Help for this page

Select Code to Download


  1. or download this
        while( substr( $$str, $y * $WIDTH, $WIDTH ) =~ m[((.)\2*)]mg ) {
        ...
    
  2. or download this
    sub f { "abc" }
    
    1 while f() =~ /./g;