hi,

        is there a way to use the excellent <table> shortcuts that embperl has
with each()? 

        I'm mainly concerned with a tied hash that hides a huge database, and
this approach :

        [- @keys = keys %large_db; -]
        <table>
                <tr>
                        <td>
                                [+ $keys[$row] +] 
                ...
        
        will eat ram like hell, just to never release it ... 

        and of course I don't want to stop using Emperl's table shortcuts ... I
know how to do it with a [$foreach$] block ... 



martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to