Help for this page

Select Code to Download


  1. or download this
    sub _prepare_addresses {
      my ($self, $type) = @_;
    ...
        $self->{$type.'_list'} = [map {s/\s+$//;$_} $self->{$type} =~ /((?
    +:[^"',]+|"[^"]*"|'[^']*')+)(?:,\s*|\s*$)/g];
      }
    }