recursive function and hashe
From: Sébastien Cottalorda (sppNOSPAM_at_libello.com)
Date: 01/31/05
- Next message: Sébastien Cottalorda: "Re: printing PDF in win32"
- Previous message: A. Sinan Unur: "Re: Error in command line"
- Next in thread: phaylon: "Re: recursive function and hashe"
- Reply:(deleted message) phaylon: "Re: recursive function and hashe"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 Jan 2005 14:48:55 +0100
I all,
Here is my problem,
I'd like to store in a hash table those numbers like that:
(123, 124, 13, 145, 2, 25)
%number = (
"1" => {
"2" => {
"3" => {
"value" => "OK"
},
"4" => {
"value" => "OK"
},
},
"3" => {
"value" => "OK"
},
"4" => {
"5" => {
"value" => "OK"
}
}
},
"2" => {
"value" => "OK",
"5" => {
"value" => "OK"
}
}
);
I think I need to use recursive function, but I did know how, I'm not
familiar with passing references.
If someone can help me.
Thanks in advance.
Sébastien
-- [ retirer NOSPAM pour répondre directement remove NOSPAM to reply directly ]
- Next message: Sébastien Cottalorda: "Re: printing PDF in win32"
- Previous message: A. Sinan Unur: "Re: Error in command line"
- Next in thread: phaylon: "Re: recursive function and hashe"
- Reply:(deleted message) phaylon: "Re: recursive function and hashe"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|