-
perl-threads-1.86-239.lbn13.x86_64
Since Perl 5.8, thread programming has been available using a model called
interpreter threads which provides a new Perl interpreter for each thread,
and, by default, results in no data or state information being shared between
threads.
(Prior to Perl 5.8, 5005threads was available through the Thread.pm API. This
threading model has been deprecated, and was removed as of Perl 5.10.0.)
As just mentioned, all variables are, by default, thread local. To use shared
variables, you need to also load threads::shared.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-threads-shared-1.40-239.lbn13.armv6hl
By default, variables are private to each thread, and each newly created thread
gets a private copy of each existing variable. This module allows you to share
variables across different threads (and pseudo-forks on Win32). It is used
together with the threads module. This module supports the sharing of the
following data types only: scalars and scalar refs, arrays and array refs, and
hashes and hash refs.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-threads-shared-1.40-239.lbn13.x86_64
By default, variables are private to each thread, and each newly created thread
gets a private copy of each existing variable. This module allows you to share
variables across different threads (and pseudo-forks on Win32). It is used
together with the threads module. This module supports the sharing of the
following data types only: scalars and scalar refs, arrays and array refs, and
hashes and hash refs.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-version-0.88-6.lbn13.x86_64
Version objects were added to Perl in 5.10. This module implements version
objects for older version of Perl and provides the version object API for
all versions of Perl. All previous releases before 0.74 are deprecated and
should not be used due to incompatible API changes. Version 0.77 introduces
the new 'parse' and 'declare' methods to standardize usage. You are
strongly urged to set 0.77 as a minimum in your code.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-version-0.88-9.fc18.armv6hl
Version objects were added to Perl in 5.10. This module implements version
objects for older version of Perl and provides the version object API for
all versions of Perl. All previous releases before 0.74 are deprecated and
should not be used due to incompatible API changes. Version 0.77 introduces
the new 'parse' and 'declare' methods to standardize usage. You are
strongly urged to set 0.77 as a minimum in your code.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-version-0.99-239.lbn13.noarch
Perl extension for Version Objects
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perltidy-20090616-3.lbn13.noarch
Perltidy is a Perl script which indents and reformats Perl scripts to
make them easier to read. If you write Perl scripts, or spend much
time reading them, you will probably find it useful. The formatting
can be controlled with command line parameters. The default parameter
settings approximately follow the suggestions in the Perl Style Guide.
Perltidy can also output html of both pod and source code. Besides
reformatting scripts, Perltidy can be a great help in tracking down
errors with missing or extra braces, parentheses, and square brackets
because it is very good at localizing errors.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
pexpect-2.3-4.fc12.noarch
Pexpect is a pure Python module for spawning child applications; controlling
them; and responding to expected patterns in their output. Pexpect works like
Don Libes' Expect. Pexpect allows your script to spawn a child application and
control it as if a human were typing commands.
Pexpect can be used for automating interactive applications such as ssh, ftp,
passwd, telnet, etc. It can be used to automate setup scripts for duplicating
software package installations on different servers. And it can be used for
automated software testing. Pexpect is in the spirit of Don Libes' Expect, but
Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect
does not require TCL or Expect nor does it require C extensions to be compiled.
It should work on any platform that supports the standard Python pty module.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
pgpdump-0.25-1.lbn13.x86_64
pgpdump is a PGP packet visualizer which displays the packet format of
OpenPGP (RFC 2440 + bis) and PGP version 2 (RFC 1991). Its goal is to
ease understanding of an otherwise very difficult to read data structure
(ASCII armored PGP encoded text). A good example of how pgpdump can be
used is found at http://www.pgpdump.net/
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
phonon-4.4.3-2.fc13.x86_64
Multimedia framework api.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13