The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl
use strict;
use warnings;
use HiPi::Energenie::Command;

our $VERSION ='0.69';

my $result = HiPi::Energenie::Command->new->handle_command;

print $result . qq(\n);

1;

__END__