in reply to Re^2: Pearls (not really) of Perl programmingin thread Pearls (not really) of Perl programming
int a() { { int a, b; ... } /* move on */ { int a, b, c; } } [download]