in reply to Escaping white space with qw//
If they're really big them maybe a __DATA__ area?
@array=<DATA>; chop @array; #zap off \n's ... __DATA__ one two three four and a half
If you use Inline::File then you can have multiple named DATA handles which can be accessed seperately via their <DATA> handles.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Escaping white space with qw//
by John M. Dlugosz (Monsignor) on Aug 10, 2001 at 23:08 UTC | |
by frag (Hermit) on Aug 11, 2001 at 00:52 UTC | |
by John M. Dlugosz (Monsignor) on Aug 11, 2001 at 01:04 UTC |