UMMF::MOF::Format::IDLIdentifier3 - A transformer for MOF 1.4 IDL Identifier Format 3.


UMMF documentation  | view source Contained in the UMMF distribution.

Index


NAME

Top

UMMF::MOF::Format::IDLIdentifier3 - A transformer for MOF 1.4 IDL Identifier Format 3.

SYNOPSIS

Top

  use UMMF::MOF::Format::IDLIdentifier3;

  my $x = UMMF::MOF::Format::IDLIdentifier3->new;
  $x->transform('DSTC pty ltd') eq 'DSTC_PTY_LTD';

DESCRIPTION

Top

Implements the IDL Identifier Format 3 as described in MOF 1.4 p.5-45.

USAGE

Top

EXPORT

Top

None exported.

AUTHOR

Top

Kurt Stephens, ks.perl@kurtstephens.com 2003/05/25

SEE ALSO

Top

UMMF

VERSION

Top

$Revision: 1.1 $

METHODS

Top


UMMF documentation  | view source Contained in the UMMF distribution.