Help for this page

Select Code to Download


  1. or download this
        
    use warnings;
    sub foo { my $val =  $_[0]; }
    ...
    
    # this line generates two warnings
    foo( $bar{$baz} );