Re: Problem with using $row

2004-02-07 Thread Gerald Richter
> > When I use first method to fill dropdown list, all work correctly, > but when I try to use second method I have error: > > [17573]ERR: 24: Error in Perl code: Unmatched right curly bracket at > /home/michaels/work/Billing/./html/tmp/test_3.epl line 23, at end of > line syntax error at > /home

Re: Problem with using $row

2004-02-03 Thread Michael Stepanov
Gerald Richter wrote: > > When I use first method to fill dropdown list, all work correctly, > but when I try to use second method I have error: > > [17573]ERR: 24: Error in Perl code: Unmatched right curly bracket at > /home/michaels/work/Billing/./html/tmp/test_3.epl line 23, at end of > line

Re: Problem with using $row

2004-02-03 Thread Gerald Richter
> > When I use first method to fill dropdown list, all work correctly, > but when I try to use second method I have error: > > [17573]ERR: 24: Error in Perl code: Unmatched right curly bracket at > /home/michaels/work/Billing/./html/tmp/test_3.epl line 23, at end of > line syntax error at > /home

Problem with using $row

2004-02-03 Thread Michael Stepanov
Dear all, Great project, many thanks Gerald and team!!! I need your help. I have a some problem with using $row instead of loop: 1 [- $values = [ [1, 2], [3, 4], [5, 6] ]; -] 2 3 4 [$ foreach my $item (@$values) $] 5 [+ $item->[1] +] 8 9 [$ endforeach $] 10 11 12 13 [+ $val