On Jun 14, 6:26 am, [EMAIL PROTECTED] (Chas Owens) wrote: > > However, I bet you want to iterator over all of the contents of the > RejectRecord key like this > > my $max = @{$ref->{RejectRecord}}; > for my $i (1 .. $max) { > print "record $i of $max failed because > $ref->{RejectRecord}[$i-1]{Reason}\n"; > > > > }- Hide quoted text - > > - Show quoted text -
Yes... This is exactly what I would like to do. Thanks so much Chas! Ray -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/