mojave man page for dynamic

Query: dynamic

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Dynamic(3)						User Contributed Perl Documentation						Dynamic(3)

NAME
PAR::StrippedPARL::Dynamic - Data package containing a dynamic PARL
SYNOPSIS
# For details, see PAR::StrippedPARL::Base. PAR::StrippedPARL::Dynamic->write_parl($file) or die "Some error...";
DESCRIPTION
This class is internal to PAR. Do not use it outside of PAR. This class is basically just a container for a dynamic binary PAR loader which doesn't include the PAR code like the parl or parl.exe you are used to. If you're really curious, I'll tell you it is just a copy of the myldr/par (or myldr/par.exe) file. The data is appended during the "make" phase of the PAR build process, but only if applicable: If you perl is static, you won't get the dynamic loader. If the binary data isn't appended during the build process, the class methods will return the empty list.
CLASS METHODS
Inherits the methods from PAR::StrippedPARL::Base.
AUTHORS
Steffen Mueller <smueller@cpan.org>, Audrey Tang <cpan@audreyt.org>
COPYRIGHT AND LICENSE
Copyright 2006-2009 by Steffen Mueller <smueller@cpan.org>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See <http://www.perl.com/perl/misc/Artistic.html> perl v5.18.2 2017-10-06 Dynamic(3)
Related Man Pages
par::strippedparl::base5.18(3) - mojave
par::packer5.18(3) - mojave
par::filter::bytecode(3) - mojave
par::setuptemp(3) - osx
par::packer(3pm) - debian
Similar Topics in the Unix Linux Community
Loading JDK1.3 on Sparc2.6
dynamic match thru awk
C function call dynamically
dynamic output
Shell script to apply functions to multiple columns dynamically