Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings 'all';
    ...
    local $\ = "\n";
    print @$_ for sort { $a->[0] cmp $b->[0] } @contact_records;
    }
    
  2. or download this
    use strict;
    use warnings 'all';
    ...
                    ]
                } <>;
    }
    
  3. or download this
    sub snip_or_toss { $_[CONTACTME] ? @_[ SKUTITLE, EMAIL ] : () }