debian man page for im::address

Query: im::address

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

IM::Address(3pm)					   Internet Message Perl modules					  IM::Address(3pm)

NAME
IM::Address - RFC822 style address parser
SYNOPSIS
use IM::Address; $pure_address_portion = &extract_addr($address_with_comment); $replaced_address = &replace_addr($original_address_with_comment, $pure_notation_of_old_address, $pure_notation_of_new_address); ($first, $rest) = &fetch_addr($address_list, $pure_address_flag);
DESCRIPTION
The IM::Address module is a parser for RFC822 style address. This modules is provided by IM (Internet Message).
EXAMPLES
$a = "Motonori Nakamura <motonori@econ.kyoto-u.ac.jp>"; &extract_addr($a) returns "motonori@econ.kyoto-u.ac.jp". $a = "Motonori Nakamura <motonori@econ.kyoto-u.ac.jp>"; $b = "motonori@econ.kyoto-u.ac.jp"; $c = "motonori@wide.ad.jp"; &replace_addr($a, $b, $c) returns "Motonori Nakamura <motonori@wide.ad.jp>". $a = "kazu, nom, motonori"; &fetch_addr($a, 0) returns ("kazu", " nom, motonori").
COPYRIGHT
IM (Internet Message) is copyrighted by IM developing team. You can redistribute it and/or modify it under the modified BSD license. See the copyright file for more details. IM151 2011-05-25 IM::Address(3pm)
Related Man Pages
imgrep(1p) - debian
imls(1p) - debian
mail::address5.18(3) - mojave
im::config(3pm) - debian
news::scan::article(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Weird 'find' results
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections