Help for this page

Select Code to Download


  1. or download this
    my $x = 2;
    {
    ...
        # $x == 6
    }
    # $x == 2
    
  2. or download this
    (@$_ = keys %foo) == 1 or die "Got more than one: @$_\n" for \my @v;