in reply to Creating comma-delimited lists

See my snippet at Format a list with commas and "and" for the core subroutine. Use an array slice as others have suggested to select a portion.

-- Randal L. Schwartz, Perl hacker

Replies are listed 'Best First'.
RE: RE: Creating comma-delimited lists
by myocom (Deacon) on Aug 24, 2000 at 01:47 UTC
    I knew I should've checked Snippets first... :-)