in reply to Re: database using associative has
in thread database using associative has
Thanks jwkrahm .... can u plz explain the following lines
@{ $studentlist{ $name } }{ @header } = @subinfo; and print " $student fails in :", join( ' ', grep $studentlist{ $student } +{ $_ } <= 50, @header ), "\n"; }
|
|---|