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

Changes for version 0.001 - 2016-11-26

  • First release.

Documentation

Escape lines of input using backslash octal sequence (or \r, \n, \t)
Restore backslash octal sequence (or \r, \n, \t) to original characters in lines of input (in stdin or arguments)
HTML-escape lines of input (in stdin or arguments)
HTML-unescape lines of input (in stdin or arguments)
Encode lines of input (in standard input or arguments) as JSON strings
Interpret lines of input (in standard input or arguments) as JSON strings and return the decoded value
Shell-escape lines of input (in stdin or arguments)
URI-escape lines of input (in standard input or arguments)
URI-unescape lines of input (in standard input or arguments)

Modules

Various string escaping/unescaping utilities