Help for this page

Select Code to Download


  1. or download this
    my $x;
    
  2. or download this
    my $y = undef;
    
  3. or download this
    my $z = shift;
    my $w = $hash{foo};
    ...
    while (my ($s, $t) = each %hash) {...}
    while (my $r = <>) {...}
    ...