in reply to Re^2: Unexpected warning
in thread Unexpected warning
I get no warnings from the code below:
use strict; use warnings; sub test { my $x = shift; } my %hash = ( a => "a" ); test $hash{"b"};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Unexpected warning
by LanX (Saint) on Nov 18, 2013 at 15:15 UTC |