-
perl-Mail-Sender-0.903-17.fc36.noarch
Module for sending mails with attachments through an SMTP server.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Mail-Sendmail-0.80-14.fc36.noarch
Mail::Sendmail is a simple platform independent library for sending
e-mail from your perl script. It only requires Perl 5 and a network
connection. Mail::Sendmail contains mainly &sendmail, which takes a
hash with the message to send and sends it. It is intended to be very
easy to setup and use.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-MailTools-2.21-10.fc36.noarch
MailTools is a set of ancient Perl modules related to mail applications.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Math-BigInt-1.9998.30-1.fc36.noarch
This provides Perl modules for arbitrary-size integer and float mathematics.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Math-BigRat-0.2622-1.fc36.noarch
Math::BigRat complements Math::BigInt and Math::BigFloat by providing
support for arbitrary big rational numbers.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Math-Complex-1.59-486.fc36.noarch
This package lets you create and manipulate complex numbers. By default, Perl
limits itself to real numbers, but an extra "use" statement brings full
complex support, along with a full set of mathematical functions typically
associated with and/or extended to complex numbers.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Memoize-1.03-486.fc36.noarch
Memoizing a function makes it faster by trading space for time. It does
this by caching the return values of the function in a table. If you call
the function again with the same arguments, memoize jumps in and gives
you the value out of the table, instead of letting the function compute
the value all over again.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Module-CoreList-5.20220820-1.fc36.noarch
Module::CoreList provides information on which core and dual-life modules
are shipped with each version of perl.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Module-Implementation-0.09-32.fc36.noarch
This module abstracts out the process of choosing one of several underlying
implementations for a module. This can be used to provide XS and pure Perl
implementations of a module, or it could be used to load an implementation
for a given OS or any other case of needing to provide multiple
implementations.
This module is only useful when you know all the implementations ahead of
time. If you want to load arbitrary implementations then you probably want
something like a plugin system, not this module.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Module-Load-0.36-479.fc36.noarch
If you consult "perldoc -f require" you will see that "require" will behave
differently when given a bare-word or a string. In the case of a string,
"require" assumes you are wanting to load a file. But in the case of
a bare-word, it assumes you mean a module.
This gives nasty overhead when you are trying to dynamically require modules
at run-time, since you will need to change the module notation to a file
notation fitting the particular platform you are on.
"load" eliminates the need for this overhead and will just DWYM.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36