HsPerl5

Haskell interface to embedded Perl 5 interpreter

Latest on Hackage:0.0.6.20150815

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Audrey Tang

This module provides a Haskell interface to embedded Perl 5 interpreter. Documentation and functionality is scarce at the moment; see test.hs for some basic usage examples. Currently supported features are: * Function calls * Method calls * Module imports * Callbacks Eventually, the entirety of Pugs.Embed.Perl5 and Pugs.Run.Perl5 will be carried into this module.