The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Text::TNetstrings::PP - Pure-Perl data serialization using typed netstrings.

VERSION

Version 1.1.1

SYNOPSIS

A pure-Perl implementation of the tagged netstring specification. The interface is the same as documented in Text::TNetstrings.

EXPORT

encode_tnetstrings($data)
decode_tnetstrings($data)
:all

The :all tag exports all the above subroutines.

AUTHOR

Sebastian Nowicki