- or download this
sub sub_pick_group_seg { my ($str) = @_;
my $working=$str;
...
}
return ($working, @groups);
}
- or download this
my $arr= @group[$indx];
print "---*--- " . join(",", keys(%$arr) ) . "<br>\n";
print "--+ " . $$arr{name} . "<br>\n";
- or download this
---*--- value,name<br>
Bad index while coercing array into hash at ./mod/subst.cgi line 65.