The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.