Hi!

I am lost again:



  %T_QUESTION = {
                  d4 => (
                          names => (
                                     "1" => [
                                              {
                                                "Q" =>  "What is your name",
                                                "C" =>  [ "Jerry", "Ron", "Tony", 
"Jack", ],
                                                "A" =>  "Jerry",
                                               }
                                            ],
                                         ),
                         ),

                };

Then to print:

print "<center><br><font color=blue><b><i><font size=+1>3 
$QUESTION{'d4'}{'names'}{'1'}{'Q'}</i></b><br>";

print "<center><br><font color=blue><b><i><font size=+1>3 
$QUESTION{'d4'}{'names'}{'1'}{'C'}{ 0 }</i></b><br>";

print "<center><br><font color=blue><b><i><font size=+1>3 
$QUESTION{'d4'}{'names'}{'1'}{'A'}</i></b><br>";


If you can help, I thank YOU!

Jerry

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to