NAME

Flower - pasive agent

VERSION

Version 0.03

SYNOPSIS

git clone https://github.com/santex/Flower.git;
cd Flower;
dzil build;
dzil test;
sudo dzil install;
pwd=$(pwd);
ip=127.0.0.1;

perl $pwd"/bin/flower" --ip $ip --filepath $pwd"/data/"

AUTHOR

Hagen Geissler, <santex at cpan.org>

LICENSE AND COPYRIGHT

Copyright 2015 Hagen Geissler

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.