in reply to Re^2: Using a Hash Variable in an If Statement
in thread Using a Hash Variable in an If Statement
open my $fh, "<rat_event" or die "Failed to open:$!"; while(<$fh>) { #do something }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using a Hash Variable in an If Statement
by Bama_Perl (Acolyte) on May 11, 2015 at 20:36 UTC |