in reply to
is this right ?
Or you could use the five values as keys in %hash, and simply test
if ( defined( $hash{ $fields[6] } ) { # do something }
[download]
Comment on
Re: is this right ?
Download
Code
In Section
Seekers of Perl Wisdom