perl-skeleton is an example wrapper to show up how to create your own wrapper in perl.
This can be used to understand the IPFC framework and to create wrapper in an other 
langage. (from JAVA to Python including C#)

It's a basic example, you can easily extend the wrapper to meet your specifics needs. 
(Use the libipfc.pl)

In this example, the wrapper is cut into 2 parts :

- warpcol-skeleton.pl

  The collector gets the logging data from an external source (a log files for example).
  Generate XML files (following the IPFC data format) and put these files in an out 
  directory. 
 
- wrapnet-skeleton.pl

  The wrapnet read the transaction directory (out directory) to send it to the DR-Server.


