Devel::Debug

<< this way << | index | >> that way >>
The Home of Perl

::debugPrint

How to call it:

    &debugPrint("myScalar=$myScalar");
    &debugPrint("myHash=".DumperX(\%myHash));
    &debugPrint("myArray=[",join(",",@myArray),"]");

What it does:

  • Takes a set of strings and writes them to file.


^^ up top ^^