Help for this page

Select Code to Download


  1. or download this
    my @outer;
    my $otter = [1..4];
    {
    ...
      print $inner[5];
      # Neither $outer nor $otter[0] are legal
    } # @inner is obviously not allowed here