I've been trying to edit this SO question to get the two code blocks in the middle formatted as code, but for the life of me I can't. In the preview the first one gets half-formatted, but it's not converted properly into a code block in the final post. I tried it in the formatting sandbox as well, but no dice.
And just for reference, here's the code block:
$VAR1 = {
'P5' => {
'E' => '06' => [100, 200, 95]
'B' => '23' => [20, 1000, 05, 30]
},
'P2' => {
'C' => '24' => [18, 23, 2300, 3456]
},
'P1' => {
'A' => '12' => [24, 25, 3200, 5668]
'D' => '15' => [168]
}
};