Message-Id: <m0xWfY6-001MTcC@finlandia.Infodrom.North.DE>
Date: Sat, 15 Nov 97 11:33 MET
From: Martin Schulze <joey@finlandia.Infodrom.North.DE>
To: linux-ger@infodrom.north.de
Subject: Spinnt Perl oder ich? (Nachtrag)
Moin!
user_email() sieht so aus:
[falsche Routine geloescht...]
sub user_email
{
local ($res) = "";
$res = $ticket_list_user_email{$_[0]} if (exists($ticket_list_user_email{$_[0]}));
if (!length($res)) {
do index_user ($_[0]);
$res = $ticket_list_user_email{$_[0]} if (exists($ticket_list_user_email{$_[0]}));
}
return $res;
}
index_user() fuellt z.B. das Hash %ticket_list_user_email.
Und ich frage mich immer noch, wer hier spinnt. Perl oder ich. Kann
mich jemand erleuchten?
Gruesse,
Joey
-- / Martin Schulze * joey@infodrom.north.de * 26129 Oldenburg / / http://home.pages.de/~joey/ / The only stupid question is the unasked one /