Hi All is there a better way of writing this script
my @resultss = qw( 0 1 2 3 4 5 ) ; foreach ( @resultss) { if ( defined( $jvalue{$_}){ $status .= $jvalue{$_} ; } } Thanks -- Regards Agnello D'souza -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/