Thread Array aus String erzeugen?
(8 answers)
Opened by pktm at 2007-03-17 22:56
Du machst also sowas:
select foo from bar where foo like '%$search%'; und die zurückgegebenen Zeilen möchtest du evaluieren? while (my $row = $sth->fetchrow_hashref) { my $obj = $safe->reval($row->{foo}); # do something with $obj }\n\n <!--EDIT|opi|1174167425--> What is a good module? That's hard to say.
What is good code? That's also hard to say. One man's Thing of Beauty is another's man's Evil Hack. |