Search results for "perlcc"
perlcc - generate executables from Perl programs
perlcc creates standalone executables from Perl programs, using the code generators provided by the B module. At present, you may either create executable Perl bytecode, using the "-B" option, or generate and compile C files using the standard and 'o...
RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution- B::CC - Perl compiler's optimized C translation backend
- B::C - Perl compiler's C backend
- buildcc - build an executable with shared modules from a perl script
- 6 more results from B-C »
pp - PAR Packager
pp creates standalone executables from Perl programs, using the compressed packager provided by PAR, and dependency detection heuristics offered by Module::ScanDeps. Source files are compressed verbatim without compilation. You may think of pp as "pe...
RSCHUPP/PAR-Packer-1.059 - 20 Jul 2023 14:13:30 UTC - Search in distribution
perl56delta - what's new for perl v5.6.0
This document describes differences between the 5.005 release and the 5.6.0 release....
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perl56delta - what's new for perl v5.6.0
- perl58delta - what is new for perl v5.8.0
- perl58delta - what is new for perl v5.8.0
- 10 more results from perl »
ObjStore - Perl Extension For ObjectStore OODBMS
"ObjectStore" is the market leader in object-oriented databases http://www.odi.com (NASDAQ: ODIS). They use a unique *Cache-Forward Architecture* to make persistent data available in literally the most efficient manner possible. Prior to this joining...
JPRIT/ObjStore-1.59 - 27 Apr 2000 14:22:09 UTC - Search in distribution
CBOR::Free - Fast CBOR for everyone
This library implements CBOR <https://tools.ietf.org/html/rfc7049> via XS under a license that permits commercial usage with no “strings attached”. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 10: ...
FELIPE/CBOR-Free-0.32 - 04 Mar 2022 17:26:24 UTC - Search in distribution
PAR::Tutorial - Cross-Platform Packaging and Deployment with PAR
On Deploying Perl Applications % sshnuke.pl 10.2.2.2 -rootpw="Z1ON0101" Perl v5.6.1 required--this is only v5.6.0, stopped at sshnuke.pl line 1. BEGIN failed--compilation aborted at sshnuke.pl line 1. * Q: "Help! I can't run your program!" * A1: Inst...
RSCHUPP/PAR-1.018 - 28 Sep 2022 20:53:07 UTC - Search in distribution
ByteCache - byte-compile modules when needed
This module causes any modules loaded after it to be loaded in bytecode compiled format. If a bytecode compiled version of the module does not currently exist, ByteCache will call the compiler to create one and then save it away....
SIMON/ByteCache-0.01 - 28 Nov 2000 13:28:10 UTC - Search in distribution
Tangram::Core - import core Tangram modules
This module imports only the parts of Tangram that are thought to be essential to any app. This includes: Schema, Storage, Cursor, Expr, Scalar and Ref. None of the modules that map collections (Array, Hash, Set and their intrusive variants) are impo...
SAMV/Tangram-2.12 - 09 Oct 2015 15:37:02 UTC - Search in distribution
Acme::AllThePerlIsAStage - Grok perl stages for scripts and modules under use and require–uncompiled and compiled
Sometimes the stages involved in perl’s execution can be hard to grasp. It gets even hairier when you start compiling your code. When trying to explain and then demonstrate what was happening I found myself writing scripts and modules to output what ...
DMUEY/Acme-AllThePerlIsAStage-0.01 - 14 May 2015 00:49:21 UTC - Search in distribution