NAME
Language::Prolog::Yaswi::Low - Low level interface to SWI-Prolog
SYNOPSIS
# don't use Language::Prolog::Yaswi::Low;
use Language::Prolog::Yaswi; # instead ;-)
ABSTRACT
DESCRIPTION
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
COPYRIGHT AND LICENSE
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.