This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Perl > perl-Inline (0.80)

The Inline module allows you to put source code from other 
programming languages directly "inline" in a Perl script
or module. The code is automatically compiled as needed,
and then loaded for immediate access from Perl.

Inline saves you from the hassle of having to write and
compile your own glue code using facilities like XS or SWIG.
Simply type the code where you want it and run your Perl as
normal. All the hairy details are handled for you. The
compilation and installation of your code chunks all happen
transparently; all you will notice is the delay of
compilation on the first run.

The Inline code only gets compiled the first time you run
it (or whenever it is modified) so you only take the
performance hit once. Code that is Inlined into distributed
modules (like on the CPAN) will get compiled when the module
is installed, so the end user will never notice the compilation
time.

Best of all, it works the same on both Unix and Microsoft
Windows.

NOTE: This NO LONGER installs the submodule Inline::C -- that must
be installed separately.

This requires: perl-Parse-RecDescent, perl-test-warn

Maintained by: Glenn Becker
Keywords: Perl,module,inline,C,Inline,multi-language
ChangeLog: perl-Inline

Homepage:
https://metacpan.org/pod/Inline

Source Downloads:
Inline-0.80.tar.gz (510bbac46e727bcaf240b7feac2646c9)

Download SlackBuild:
perl-Inline.tar.gz
perl-Inline.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
perl-Inline.SlackBuild
perl-Inline.info
slack-desc

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds