NAME |
SYNOPSIS |
DESCRIPTION |
parse() |
INSTALLATION |
AUTHOR |
LICENCE |
NAME
SYNOPSISuse X500::DN::Parser; my($parser) = new X500::DN::Parser(\&errorInDN); my($dn, $genericDN, %RDN) =
$parser -> parse('c=au;o=MagicWare;cn=Ron Savage',
'c', '[l]', 'o', '[ou]', 'cn');
DESCRIPTIONParse DNs where the caller knows the number of RDNs. parse()Input Parameters:
Output List:
INSTALLATIONYou install perl Makefile.PL make make test make install If you want to install a private copy of perl Makefile.PL LIB=~/perl or perl Makefile.PL LIB=C:/Perl/Site/Lib If, like me, you don't have permission to write man pages into unix system directories, use: make pure_install instead of make install. This option is secreted in the middle of p 414 of the second edition of the dromedary book. AUTHOR
LICENCEAustralian copyright © 1999-2002 Ron Savage. All Programs of mine are 'OSI Certified Open Source Software'; you can redistribute them and/or modify them under the terms of The Artistic License, a copy of which is available at: http://www.opensource.org/licenses/index.html |
| Top of page |