Help for this page

Select Code to Download


  1. or download this
    sub shift_bs{
        %cs0=(
            '0' => '0',
    ...
        $char2=($c1==1?$cs1{$char}:$cs0{$char});
        return ((shift_bs($c_,$char_st)).$char2);
    }
    
  2. or download this
    push @src, shift_bs(1,$source);