Help for this page

Select Code to Download


  1. or download this
     
    push @{ $data{ $cols[ 0 ] } }, pack 'C*', @cols[ 1 .. $#cols ];
    
  2. or download this
     my $mask = $keyset1 ^ $keyset2;
                    next unless 1+ index $mask, chr( 0 );
    ...
                    print join ', ', map{
                        substr( $mask, $_, 1 ) eq chr(0)  ? $_+1 : ()
                    } 0 .. length( $mask )-1;