| File | Date | Author | Commit |
|---|---|---|---|
| Makefile.am | 2016-12-02 |
|
[2d088f] Release candidate commit |
| Makefile.in | 2016-12-02 |
|
[2d088f] Release candidate commit |
| README | 2016-12-02 |
|
[2d088f] Release candidate commit |
| advanced.pl | 2016-12-02 |
|
[2d088f] Release candidate commit |
| basic.pl | 2016-12-02 |
|
[2d088f] Release candidate commit |
| transactional.pl | 2016-12-02 |
|
[2d088f] Release candidate commit |
This directory contains Perl5 examples.
After a complete installation procedure:
./configure
make
sudo make install
Check that the perl modules have been built and installed:
ls -la /usr/local/lib/perl/<version>/auto/Flom/*
ls -la /usr/local/lib/perl/<version>/Flom.pm
Where <version> can be determined with this command:
perl -v
Read the comments inside
basic.pl
advanced.pl
transactional.pl
to understand how these perl programs can be executed.