| Language-Prolog-Yaswi documentation | view source | Contained in the Language-Prolog-Yaswi distribution. |
Language::Prolog::Yaswi::Low - Low level interface to SWI-Prolog
# don't use Language::Prolog::Yaswi::Low; use Language::Prolog::Yaswi; # instead ;-)
Low level interface to SWI-Prolog.
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.
Copyright 2003-2006, 2008 by Salvador Fandiņo (sfandino@yahoo.com).
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SWI-Prolog is distributed under the GPL license. Read the LICENSE file from your SWI-Prolog distribution for details.
| Language-Prolog-Yaswi documentation | view source | Contained in the Language-Prolog-Yaswi distribution. |