pdl::litef(3) redhat man page | unix.com

Man Page: pdl::litef

Operating Environment: redhat

Section: 3

LiteF(3)						User Contributed Perl Documentation						  LiteF(3)

NAME
PDL::LiteF - minimum PDL module function loader
DESCRIPTION
Loads the smallest possible set of modules for PDL to work, making the functions available in the current namespace. If you want something even smaller see the PDL::Lite module.
SYNOPSIS
use PDL::LiteF; # Is equivalent to the following: use PDL::Core; use PDL::Ops; use PDL::Primitive; use PDL::Ufunc; use PDL::Basic; use PDL::Slices; use PDL::Bad; use PDL::Version; use PDL::Lvalue; perl v5.8.0 2001-04-21 LiteF(3)
Related Man Pages
pptemplate(1p) - debian
pdl::pptemplate(3) - suse
pdl::exporter(3pm) - debian
pdl::graphics::trid::vrml(3pm) - debian
pdl::pptemplate(3pm) - debian
Similar Topics in the Unix Linux Community
How to capture ^x,^y via bash script?
Create an unconfigured VMware host from a template that is set to do firstboot --reconfig
Docker learning Phase-I
Issue with events occuring in DST window
[TIP] Processing YAML files with yq