hash definition:
foreach my $name (@name_list) { my @fields = qw(fname lname); my ($sc_id, @names) = split /\,/, $name; @{$sc{$sc_id}}{@fields} = @names; }
loop definition:
foreach my $sc_id (keys %sc) {
i've tested all the variables and arrays involved and everything is defined unitl you enter that loop??
In reply to loop criteria not accessable in loop?? by jptxs
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |