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

qbit::Log - Functions to logging

Functions

l

Arguments:

  • @args - array of strings, messages;

Print joined messsages to STDERR with new line at end.

ldump

Arguments:

  • @args - array, variables;

Print variables dumps with Data::Dumper::Dumper to STDERR. Unicode sequenses will be converted to readable text.