[go: up one dir, main page]

Menu

Tree [810214] perl5_merge 1.3.4 / doc / examples / perl /
 History

HTTPS access


File Date Author Commit
 Makefile.am 2016-12-02 Christian Ferrari Christian Ferrari [2d088f] Release candidate commit
 Makefile.in 2016-12-02 Christian Ferrari Christian Ferrari [2d088f] Release candidate commit
 README 2016-12-02 Christian Ferrari Christian Ferrari [2d088f] Release candidate commit
 advanced.pl 2016-12-02 Christian Ferrari Christian Ferrari [2d088f] Release candidate commit
 basic.pl 2016-12-02 Christian Ferrari Christian Ferrari [2d088f] Release candidate commit
 transactional.pl 2016-12-02 Christian Ferrari Christian Ferrari [2d088f] Release candidate commit

Read Me

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.