Help for this page

Select Code to Download


  1. or download this
    my ($foo, $bar, @baz) = undef
    
  2. or download this
    foreach my $computer (@computerlist) {
      ... # yadda yadda yadda
    ...
      }
      ...
    }