I just got bitten by this. Look at the following code and predict the output.
use strict; use warnings; use 5.006_001; my %h = (t => 1, u => 1, v => 1, t1 => 1, u1 => 1, v1 => 1); print foreach (sort keys %h);
In reply to Surprising Syntax by crenz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |