Where is $i coming from shouldn't you be using foreach my $i (values $ARGS{LineItem}) I may be missing something though.foreach (values $ARGS{LineItem}) { $SQL->execute( $PONum, $ARGS{"first-${i}"}, $ARGS{"second-${i}"}, $ARGS{"third-${i}"} ); }
In reply to Re: Parsing cgi variable lists
by tcf03
in thread Parsing cgi variable lists
by inblosam
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |