Help for this page

Select Code to Download


  1. or download this
    for (split(/:/, $$pattern)) {
        $_ = 'S0' . $_ unless /^S/;
    ...
        }
        print STDERR "\n";
    }
    
  2. or download this
    pattern: S51F11S0
    0 -> [] 1 -> [51] 2 -> [] 3 -> [11] 4 -> [] 5 -> [0]
    
  3. or download this
    pattern: S51F11S0
    0 -> [51] 1 -> [11] 2 -> [0]
    
  4. or download this
    tr/ //d;
    $camel .= $_;