sybperl-l Archive
Up Prev Next
From: mpeppler at itf dot ch (Michael Peppler)
Subject: Re: Framing search sql's
Date: Feb 2 1996 2:09PM
From: jander@lehman.com (Jim Anderson)
> And to "Randalize" the invocation of Gisle's routine:
>
> $sql = "select col1, col2 from table_name " .
> "where col1 in (@{[sql_list(@list)]})";
>
Or, how to make perl code even more unreadable than C with five levels
of indirection... :-)
(Actually, it's just a question of re-learning how to read indirect
references to data...)
Michael
|