URI::mid

RFC 2392 mid: URI implementation
Download

URI::mid Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dorian Taylor
  • Publisher web site:
  • http://search.cpan.org/~dorian/

URI::mid Tags


URI::mid Description

URI::mid is a RFC 2392 mid: URI implementation in Perl.SYNOPSIS use URI; my $mid = URI->new('mid:'); $mid->mid('1bb1a82c-eb3f-415d-b82f-7fa4c63d2e31@foobar.local'); # or, pull it (them) straight from the header: my @mids = URI::mid->parse($email->header('References')); # and put it back $email->header(References => join(' ', map { $_->format } @mids));Product's homepage


URI::mid Related Software