Thread Array aus String erzeugen? (8 answers)
Opened by pktm at 2007-03-17 22:56

bloonix
 2007-03-17 23:35
#75133 #75133
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
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.

View full thread Array aus String erzeugen?