The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Language::XSB::Base - XSB SLG-WAN access

SYNOPSIS

  # use Language::XSB::Base;
  # better... :-)
  use Language::XSB;

ABSTRACT

This module provides direct access to the XSB SLG-WAM.

DESCRIPTION

This module lets get and set the XSB SLG-WAM registers converting data between Prolog and Perl formats.

It also has methods to initialize XSB and to make it run.

It should be noted that registers in XSB are indexed from 1, but in Perl they are indexed from 0!

EXPORT

xsb_init()
setreg($index, $term)
setreg_int($index, $integer)
getreg($index)
getreg_int($index)
regtype($index)
go()

SEE ALSO

AUTHOR

Salvador Fandiño, <sfandino@yahoo.com>

COPYRIGHT AND LICENSE

Copyright 2002, 2003 by Salvador Fandiño

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 131:

You forgot a '=back' before '=head1'

Around line 137:

Non-ASCII character seen before =encoding in 'Fandiño,'. Assuming CP1252