Devel::Debug

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

::debugSet

How to call it:

    &debugSet({file=>'myfile.nfo',override=>1,newlines=>1});
    &debugSet({file=>'/tmp/myfile.nfo'});
    &debugSet({file=>'../cache/myfile.nfo',override=>0});
    &debugSet({newlines=>0});

What it does:

  • Sets the debug file.
  • Sets the override flag.
  • Sets the whether newline character added to each debug call.


^^ up top ^^