Help for this page

Select Code to Download


  1. or download this
    $a = 1;
    {
    ...
      print "$a\n";
    }
    print "$a\n";
    
  2. or download this
    2
    1
    
  3. or download this
    my $grammar = q{
      {our @a, @as}
    ...
        print @a;
      }
    }