logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Biblio::Thesaurus::ModRewrite::Embed - a module to embed OML programs in Perl code.

Author

       Nuno Carvalho, "<smash@cpan.org>"

       J.Joao Almeida, "<jj@di.uminho.pt>"

       Alberto Simoes, "<albie@alfarrabio.di.uminho.pt>"

Description

       This module can be used to embed OML programs in Perl source code. This module works as a filter for the
       source code, so you should only need to load it.

Examples

       Look in the examples and bin directory for sample programs.

Functions

buildOML
       This function is used to create a new function to execute the OML code found.

   FILTER
       This filters your Perl source code.

Name

       Biblio::Thesaurus::ModRewrite::Embed - a module to embed OML programs in Perl code.

Synopsis

         use Biblio::Thesaurus::ModRewrite::Embed;

         OML proc
         $city 'city-of' $country => sub { print "$city is in $country\n"; }.
         ENDOML

         proc('ontology.iso');

See Also