Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
then I'm printing it like thisopen(INFO,"artist.id"); @temp = <INFO>; $info = \@temp; close(INFO);
What should I do?print @$info;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Interpolating from text file
by cwest (Friar) on Oct 05, 2000 at 01:43 UTC | |
by Fastolfe (Vicar) on Oct 06, 2000 at 00:49 UTC | |
by cwest (Friar) on Oct 06, 2000 at 00:51 UTC | |
RE: Interpolating from text file
by Adam (Vicar) on Oct 05, 2000 at 01:46 UTC | |
RE: Interpolating from text file
by Zarathustra (Beadle) on Oct 05, 2000 at 02:20 UTC |