hi guys , I am new to using push
I did the following
if ( $score > 12 ) && ( $score < 100 ) { push @thescore, $_};
the problem I am having is how to open that array : I tried foreacsh and print @thescore but I only see the last score
somthing like
for(@thescore) { print "$thescore\n"; }
thanks for help
In reply to using push by jumk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |