Help for this page

Select Code to Download


  1. or download this
    while( <TEMPFILE> ) {
         processLine( $_ )
    }
    
  2. or download this
      return (%hashed);
    
  3. or download this
      my (%trec) = &hash_array(@arr);
    
  4. or download this
      my (%trec) = &hash_array(@arr);
         
      return (%trec);
    }
    
  5. or download this
    my (%trec) = &line2rec($line);
    
  6. or download this
      if ($trec{'active'})
    
  7. or download this
    my @data;
    while( <TEMPFILE> ) {
         /active/ and push @data, $_;
    }