metaperl has asked for the wisdom of the Perl Monks concerning the following question:
So I'm thinking it would be nice to be able to get the section back as an array of lines. However, there are two approaches to this, ok 3:my $data = Data::Section::Simple::get_data_section('profanity'); my @line = split "\n", $data;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (scalar or array context|new|decorated) function for Data::Section::Simple?
by jethro (Monsignor) on Aug 03, 2011 at 17:40 UTC | |
|
Re: (scalar or array context|new|decorated) function for Data::Section::Simple?
by Perlbotics (Archbishop) on Aug 03, 2011 at 17:19 UTC |