sherab has asked for the wisdom of the Perl Monks concerning the following question:
How would I read this in to an array to get this...$VAR1 = [ 'Snow', 'White', '1313 Mockingbird Lane']
My apologies because I know this is probably so simple...@array=("Snow","White","1313 Mockingbird Lane")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reading anonymous array from file
by McA (Priest) on Mar 10, 2014 at 18:02 UTC | |
by sherab (Scribe) on Mar 10, 2014 at 18:07 UTC | |
|
Re: Reading anonymous array from file
by davido (Cardinal) on Mar 10, 2014 at 18:08 UTC | |
|
Re: Reading anonymous array from file
by kcott (Archbishop) on Mar 11, 2014 at 00:45 UTC | |
|
Re: Reading anonymous array from file
by hippo (Archbishop) on Mar 10, 2014 at 18:05 UTC |