I get no warnings from the code below:
use strict; use warnings; sub test { my $x = shift; } my %hash = ( a => "a" ); test $hash{"b"};
In reply to Re^3: Unexpected warning
by hdb
in thread Unexpected warning
by salva
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |