<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2014-01-31 Hugues <span dir="ltr"><<a href="mailto:hugues@max4mail.com" target="_blank">hugues@max4mail.com</a>></span>:<br><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><pre>                                  resultC      => $sth->fetchall_arrayref,</pre></div></blockquote><div>...  </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
                    <td>[% loop.count %] - <a href="[%
    request.uri_base %]/detailClient/[% item.CodeClient %] "> [%
    item.CodeClient %]</a> </div><div bgcolor="#FFFFFF" text="#000000"><br></div></blockquote></div><div class="gmail_extra"><br></div><div class="gmail_extra">If you ask pure arrayref (fetchall_arrayref) you can't treat your data being hashref. You have some options:</div>
<div class="gmail_extra"> - call fetchall_hashref (but order will not remain same)</div><div class="gmail_extra"> - call fetchall_arrayref({}) will give you every row as hashref (order remains same too) </div><div><br></div>
-- </div><div class="gmail_extra">Wbr,<br>Kõike hääd,<br><br>Gunnar</div><div class="gmail_extra"><br></div></div>