Help for this page

Select Code to Download


  1. or download this
    my $second
    
  2. or download this
      my $line = $_
    
  3. or download this
    while(<>) {
      my $line = $_;
    ...
      $joined = "@list";  # joins with space by default (see $" )
      $hash{$first} = $joined;
    }