my @lineitems = @{ $ARGS{ LineItem } }; foreach my $line (@lineitems) { print "line is $line"; my $first = $ARGS{"first-$line"}; my $second = $ARGS{"second-$line"}; my $third = $ARGS{"third-$line"}; print "first is $first"; print "second is $second"; print "third is $third"; }
In reply to Re: Parsing cgi variable lists
by inblosam
in thread Parsing cgi variable lists
by inblosam
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |