in reply to Re: (jeffa) Re: associative array problem
in thread associative array problem

"Explain what you're trying to do" is NOT the same as "Include all 700+ lines of your code". It's a request for a better explanation.

I think I can safely say that we can all understand that you're putting values into a hash. The question here is: Why is your hash structured the way that it is? People are asking this question because the hash appears to be structured very awkwardly. Don't dismiss these questions -- the people asking them are very skilled Perl programmers.

buckaduck

  • Comment on Re: Re: (jeffa) Re: associative array problem

Replies are listed 'Best First'.
Re: Re: Re: (jeffa) Re: associative array problem
by Gerryjun (Scribe) on Nov 02, 2001 at 21:26 UTC
    Ok sorry its becaous: each entry is a student record on a record if the student ID, Name , then each student has 12 subjects and for each subject 4 entries for attendance, quiz, assigment & recitation.

    $TT{ID}[Subject][Entries]

    br> Pleas Advice on proper format!