Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use warnings;
    my (%a, %b, $c);
    my $x = "$a{'foo'} $b{'bar'} $c"
    
  2. or download this
    Use of uninitialized value $a{"foo"} in concatenation (.) or string at
    + main.pl line 5.
    Use of uninitialized value in concatenation (.) or string at main.pl l
    +ine 5.
    Use of uninitialized value $c in concatenation (.) or string at main.p
    +l line 5.