Perl for CLI tools
This is a single-threaded blocking implementation useful to write command-line tools or server actors.
Download
2015-05-10 – condensation-perl.zip
API documentation
No API documentation available yet. Feel free to contact us if you have questions.
Available stores
- Folder
- HTTP
- HTTPS
Backends for FTP and SFTP are available upon request. They have been excluded in this package as they require additional dependencies.
Special features
A series of commands are available to investigate accounts, objects, and data structures. Type "cn" for a list of available commands.
Limitations
- On 64-bit platforms, the default unsigned integer serialization functions (bytesFromUnsigned and unsignedFromBytes) use Perl's scalar type in native integer mode. Numbers up to 264 - 1 are serialized and deserialized without loss of precision. Similarly, the default signed integer serialization functions (bytesFromInteger and integerFromBytes) can handle numbers from -263 to 263 - 1. Note however that some Perl functions and operators dynamically convert numbers to double precision floating point numbers with a significant of 52 bits.