[Catalyst] Re: looping

Ian Docherty catalyst at iandocherty.com
Wed Feb 14 14:00:44 GMT 2007


A. Pagaltzis wrote:
> * Will Smith <willbelair at yahoo.com> [2007-02-12 21:25]:
>   
>> my $column = $c->model("myDB::Author")->get_column('last_name');
>> while(my $name = $column->next){
>>     $lname[$i] = $name;
>>     $i = $i + 1;
>> }
>>     
>
> Ugh. Use `push`; this isn’t C.
>
> Regards,
>   
Or 'map'



More information about the Catalyst mailing list