- or download this
while( <TEMPFILE> ) {
processLine( $_ )
}
- or download this
return (%hashed);
- or download this
my (%trec) = &hash_array(@arr);
- or download this
my (%trec) = &hash_array(@arr);
return (%trec);
}
- or download this
my (%trec) = &line2rec($line);
- or download this
if ($trec{'active'})
- or download this
my @data;
while( <TEMPFILE> ) {
/active/ and push @data, $_;
}