in reply to using two arrays to make a table
foreach my $heading(@headings) { print $heading; foreach my $name (@names) { print $name; } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: using two arrays to make a table
by demerphq (Chancellor) on Jun 18, 2002 at 18:32 UTC | |
by Abigail-II (Bishop) on Jun 19, 2002 at 13:31 UTC | |
by demerphq (Chancellor) on Jun 19, 2002 at 13:58 UTC | |
by Bongo (Initiate) on Jun 19, 2002 at 02:51 UTC |