>
> 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
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
>
> 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
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