However, in almost all cases a hash based solution is done is such away it has all the disadvantages of not using strict
Not even close.
How is the following remotely the same as a program without strict:
while (<>) { my ($k, $v) = split; $h{$k} = $v; } for my $k (keys(%h)) { ... $h{$k} ... }
In reply to Re^3: RFC: Tutorial: use strict; now what!?
by ikegami
in thread RFC: Tutorial: use strict; now what!?
by Xiong
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |