Thread Array-Werte in Hash übertragen
(14 answers)
Opened by RalphFFM at 2008-04-20 12:16 RalphFFM+2008-04-20 14:42:09-- schon witzig, weil Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 10 $template->param(%hash); # und $template->param( vorname => "tri", nachname => "tra", plz => "trul", ort => "la", haustier => "la", foobar => "!", ) das gleiche machen, du rufst $template->param() mit benannten Parametern auf. TMTOWTDYOG (there's more than one way to dig your own grave)
|