Help for this page

Select Code to Download


  1. or download this
    foreach my $word ( <STDIN> )
    {
    ...
    {
      print "$word : $word_list{$word}\n";
    }
    
  2. or download this
    foreach my $element ( @list_of_stuff )
    {
      print $element,"\n";
    }