ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-BER-XS/XS.pm
(Generate patch)

Comparing Convert-BER-XS/XS.pm (file contents):
Revision 1.36 by root, Sun Apr 21 00:36:11 2019 UTC vs.
Revision 1.37 by root, Sun Apr 21 00:36:19 2019 UTC

477To aid debugging, you cna call the C<ber_dump> function to print a "nice" 477To aid debugging, you cna call the C<ber_dump> function to print a "nice"
478representation to STDOUT. 478representation to STDOUT.
479 479
480=over 480=over
481 481
482=item Convert::BER::XS::ber_dump $tuple[, $profile[, $prefix]] 482=item ber_dump $tuple[, $profile[, $prefix]]
483 483
484In addition to specifying the BER C<$tuple> to dump, youc an also specify 484In addition to specifying the BER C<$tuple> to dump, youc an also specify
485a C<$profile> and a C<$prefix> string that is printed in front of each line. 485a C<$profile> and a C<$prefix> string that is printed in front of each line.
486 486
487If C<$profile> is C<$Convert::BER::XS::SNMP_PROFILE>, then C<ber_dump> 487If C<$profile> is C<$Convert::BER::XS::SNMP_PROFILE>, then C<ber_dump>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines