#!/#perl plugin/report_email

use strict;
use Data::Dumper;

return sub
{
    my %param = @_;

    print Dumper( \%param );
}
