Thread perltidy - Schlüssel in Hashreferenz für Zuweisung in Abfrage falsch eingerückt
(19 answers)
Opened by Dachschaden at 2013-10-19 18:51
Meine .perltidyrc
Code: (dl
)
1 # .perltidyrc configuration file Damit schauts dann so aus: Code (perl): (dl
)
1 2 3 4 5 my %a; my $b = { 'c' => 0, 'd' => 0 }; if (1) { $a{ $b->{'c'} } = $b->{'d'}; } View full thread perltidy - Schlüssel in Hashreferenz für Zuweisung in Abfrage falsch eingerückt |