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