#Some code up here, with warnings on. { no warnings; print $foo{$bar}; #Causes lots of "uninitialized variable" warnings, but in this case it's ok to ignore them. }