Encoding::BER::Dumper - Perl module for dumping Perl objects from/to BER


Encoding-BER documentation  | view source Contained in the Encoding-BER distribution.

Index


NAME

Top

Encoding::BER::Dumper - Perl module for dumping Perl objects from/to BER

SYNOPSIS

Top

  use Encoding::BER::Dumper;

  $ber  = pl2ber( $perl );
  $perl = ber2pl( $ber );

DESCRIPTION

Top

EXPORTS

Top

The following methods are exported:

  ber2pl, pl2ber

BUGS

Top

Not all types of things perl can be encoded in BER.

SEE ALSO

Top

  Yellowstone National Park.
  Encoding::BER, Data::Dumper, XML::Dumper

AUTHOR

Top

Jeff Weisberg - http://www.tcp4me.com/


Encoding-BER documentation  | view source Contained in the Encoding-BER distribution.