Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
#@body is the reference to the array of lines my @body=$item->body; print @body; #also tried foreach my $line (@body){ print $line; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
•Re: Reference to an array
by merlyn (Sage) on Jun 11, 2002 at 14:35 UTC | |
|
Re: Reference to an array
by Abigail-II (Bishop) on Jun 11, 2002 at 14:54 UTC | |
|
Re: Reference to an array
by little (Curate) on Jun 11, 2002 at 14:41 UTC | |
|
Re: Reference to an array
by Jenda (Abbot) on Jun 11, 2002 at 14:56 UTC | |
|
Re: Reference to an array
by vkroll (Novice) on Jun 11, 2002 at 17:27 UTC |