The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::FileMaker - Interact with FileMaker services

VERSION

Version 0.062

SYNOPSIS

    use Net::FileMaker;
    my $fms  = Net::FileMaker->new(host => $host, type => 'xml');

Net::FileMaker provides an interface to FileMaker's various HTTP-based interfaces, at present only the XML API is supported, but further support to include XSLT and other means is planned.

METHODS

new(host => $host, type => 'xml')

Creates a new object. Host names must be valid URI. The type key specifies the type of database access - XML, XSLT etc. At present only xml is valid. If this is unspecified, XML is the default.

DOCUMENTATION

As all of the current structure is confied to the XML base, see Net::FileMaker::XML.

AUTHOR

Squeeks, <squeek at cpan.org>

CONTRIBUTORS

Simon Cozens, <simon at cpan.org> Marcel Grünauer, <marcel at cpan.org>

BUGS

This distrobution is in it's early stages and things will be prone to breaking and changing in future versions. Please keep an eye out on the change log and the documentation of new releases before submitting bug reports.

Please report any bugs or feature requests to bug-net::filemaker at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net::FileMaker. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. Please ensure to include the version of FileMaker Server in your report.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Net::FileMaker

You can also look for information at:

DEVELOPMENT

Everyone is welcome to help towards the project with bugfixes, feature requests or contributions. You'll find the git repository for this project is located at http://github.com/squeeks/Net-FileMaker.

LICENSE AND COPYRIGHT

Copyright 2010 Squeeks.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 75:

Non-ASCII character seen before =encoding in 'Grünauer,'. Assuming UTF-8