[Catalyst] Re: difficulty in assigning an array to a stash

Larry Leszczynski larryl at emailplus.org
Mon Nov 12 19:26:07 GMT 2007


On Mon, 12 Nov 2007, Larry Leszczynski wrote:

>   FOREACH options IN options;
>       lv_id = options.lv_id;
>       ... do stuff with lv_id ...
>   END

Sorry, that should be:

     FOREACH option IN options;
         lv_id = option.lv_id;
         ... do stuff with lv_id ...
     END




More information about the Catalyst mailing list