Main > Programming > Libraries >

FFI::Library 1.02

FFI::Library 1.02

Sponsored Links

FFI::Library 1.02 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.016 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 924
Date added: 2007-04-20

FFI::Library 1.02 description

FFI::Library is a module with Perl Access to Dynamically Loaded Libraries.

SYNOPSIS

use FFI::Library;
$lib = FFI::Library->new("mylib");
$fn = $lib->function("fn", "signature");
$ret = $fn->(...);

This module provides access from Perl to functions exported from dynamically linked libraries. Functions are described by signatures, for details of which see the FFI modules documentation.

EXAMPLES

$clib_file = ($^O eq "MSWin32") ? "MSVCRT40.DLL" : "-lc";
$clib = FFI::Library->new($clib_file);
$strlen = $clib->function("strlen", "cIp");
$n = $strlen->($my_string);

FFI::Library 1.02 Screenshot

Advertisements

FFI::Library 1.02 Keywords

Bookmark FFI::Library 1.02

Hyperlink code:
Link for forum:

FFI::Library 1.02 Copyright

WareSeeker periodically updates pricing and software information of FFI::Library 1.02 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of FFI::Library 1.02 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Sponsored Links
Related Software
CVS Perl library is a Perl module which is is a wrapper around the CVS command with an object-oriented interface. Free Download
dtRdr::Plugins::Library is a Perl module that can handle library plugins. Free Download
PerlIO is a Perl module created to load on demand PerlIO layers and root of PerlIO::* name space. Free Download
App::Modular is a Perl module with modularization framework for perl programs. Free Download
DBD::Teradata is Perl module with a DBI driver for Teradata. Free Download
Test::Signature is a Perl module to automate SIGNATURE testing. Free Download
Inline::CPP is a Perl module that can write Perl subroutines and classes in C++. Free Download
PLJava is Perl module that will embed Perl into Java. Free Download