Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my @pair = splice @titles, 0, 2;
        print "$pair[0]: $pair[1]\n";
    }
    
  2. or download this
    1: www.perlmonks.org
    2: somewhere else