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

NAME

Quiq::Dumper - Ausgabe Datenstruktur

BASE CLASS

Quiq::Object

METHODS

Klassenmethoden

dump() - Liefere Datenstruktur in lesbarer Form

Synopsis

  $str = $this->dump($scalar);

Arguments

$scalar

Referenz auf eine Datenstruktur.

Description

Liefere eine Perl-Datenstruktur beliebiger Tiefe in lesbarer Form als Zeichenkette, so dass sie zu Debugzwecken ausgegeben werden kann.

Example

  Quiq::Dumper->dump($obj);

VERSION

1.195

AUTHOR

Frank Seitz, http://fseitz.de/

COPYRIGHT

Copyright (C) 2021 Frank Seitz

LICENSE

This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.