Language::Prolog::Yaswi::Low - Low level interface to SWI-Prolog


Language-Prolog-Yaswi documentation  | view source Contained in the Language-Prolog-Yaswi distribution.

Index


NAME

Top

Language::Prolog::Yaswi::Low - Low level interface to SWI-Prolog

SYNOPSIS

Top



  # don't use Language::Prolog::Yaswi::Low;
  use Language::Prolog::Yaswi; # instead ;-)

ABSTRACT

Top

DESCRIPTION

Top

Low level interface to SWI-Prolog.

SETTINGS

The variable $Language::Prolog::Yaswi::Low::dl_load_flags can be used to change the way the XS part of the module is loaded. The default value (0x01) allows to use Prolog extensions written in C in most architectures but it could introduce conflicts with other Perl modules.

SEE ALSO

Top

Language::Prolog::Yaswi.

COPYRIGHT AND LICENSE

Top


Language-Prolog-Yaswi documentation  | view source Contained in the Language-Prolog-Yaswi distribution.