Help for this page

Select Code to Download


  1. or download this
    tr/0// == tr/1// and index $_, '10' < 0
    
  2. or download this
    my $hl = (1+length) >> 1;
    tr/0// == $hl and tr/1// == $hl and index $_, '10' < 0
    
  3. or download this
    /^(0*)(1*)$/ and length $1 == length $2
    
  4. or download this
    tr/0// == tr/1//