Since your structure is
loop { if (condition) { next; } # no else! other code; }
You don't actually need the else block. Removing it will make your code look quite a bit more clean.
In reply to Re^3: hash with both values and keys unique to each other
by Anonymous Monk
in thread hash with both values and keys unique to each other
by perlkhan77
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |