[pm-h] perl application: I'm in over my head

Will Willis will.willis at gmail.com
Wed Feb 7 13:05:55 PST 2007


On 2/7/07, Russell L. Harris <rlharris at oplink.net> wrote:
> * G. Wade Johnson <gwadej at anomaly.org> [070207 09:43]:
> > On Wed, 7 Feb 2007 05:09:08 -0600
> > "Russell L. Harris" <rlharris at oplink.net> wrote:
> > Use the splice operator to remove the meta lines from the array.
> > Use the splice operator to insert the meta lines after the title
> > line.
>
> The index of the second edition of "Learning Perl" says nothing about
> the spice operator.  I suppose I need to drive out to Half-Price Books
> and search for a copy of the fourth edition, which appears to be the
> latest edition.
>

For online perl documentation, including information on splice(),
visit this website,  http://perldoc.perl.org/

Documentation may also be on your computer, try `perldoc perldoc` to
get your feet wet then take a look at `perldoc perlfunc` and look for
splice.

Good luck!

-Will


More information about the Houston mailing list