Hi! I am not sure if this can be done or not, but I want to create a counter on the fly so to speak.
foreach $id ( @IDS ) {
$cnt = "$id"."_cnt";
$cnt++;
}
All I get is "item_cnt". Is there a way to do this?
Thanks,
Jerry
