Query: im::alias
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IM::Alias(3pm) Internet Message Perl modules IM::Alias(3pm)NAMEIM::Alias - mail and host alias looking up packageSYNOPSISuse IM::Alias; alias_read(mail_alias_files, addrbook_files); $result = alias_lookup(user_name); alias_print(alias); hosts_read(hosts_alias_files); $result = hosts_completion(mail_address); hosts_print(alias);DESCRIPTIONThe IM::Alias module handles mail and host aliases. This modules is provided by IM (Internet Message).EXAMPLESalias_read("$HOME/.im/Aliases", "$HOME/.im/Addrbook"); hosts_read("$HOME/.hostaliases"); $result = alias_lookup('u'); print "$result " if ($result); $result = hosts_completion('u@h'); print "$result " if ($result); alias_print("a") displays mail addresses whose alias is "a". hosts_print("") displays all host aliases.COPYRIGHTIM (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::Alias(3pm)
Related Man Pages |
---|
encode::alias(3pm) - redhat |
newalias(1) - hpux |
encode::alias(3pm) - osx |
encode::alias5.18(3pm) - mojave |
im::scan(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Detecting unused variables... |
Weird 'find' results |
How to copy a column of multiple files and paste into new excel file (next to column)? |
My first PERL incarnation... Audio Oscillograph |