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