$id_chap is a different variable from @id_chap.
Do you want something like this?
foreach my $row ( @id_chap ) { foreach my $col ( @{$row} ) { print "\t$id_chap[$row][$col]\n"; } }
Dave
In reply to Re: how to print dynamicaly ?
by davido
in thread how to print dynamicaly ?
by virudinesh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |