The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mnet::Dump - Data::Dumper related functions with sorted outputs

SYNOPSIS

    use Mnet::Dump
    $line = Mnet::Dump::line($value)

DESCRIPTION

Mnet::Dump contains Data::Dumper related functions with sorted outputs.

FUNCTIONS

Mnet::Dump implements the functions listed below.

Mnet::Dump::line

    $line = Mnet::Dump::line($value)

This function returns Data::Dumper output for the specified input value as a single line in sorted order.

SEE ALSO

Mnet