Skip to Content
Perl Debugged
book

Perl Debugged

by Peter Scott, Ed Wright
March 2001
Intermediate to advanced
288 pages
4h 56m
English
Addison-Wesley Professional
Content preview from Perl Debugged

A.4. Environment Variables

The following environment variables affect the operation of the debugger:

PERL5DB

This contains the code that starts the debugger; if absent, it defaults to BEGIN

{ require 'perl5db.pl' }.

PERLDB_OPTS

This variable can contain initialization commands using options, which may, for instance, cause the debugger to run noninteractively and dump tracing information to a file. See the perldebug POD page for much more information.

PERLDB_RESTART

If this variable is defined, the debugger will then look for environment variables whose names begin with any of the following:

 PERLDB_VISITED PERLDB_HIST PERLDB_ON_LOAD PERLDB_POSTPONE PERLDB_INC PERLDB_FILE PERLDB_OPT PRELDB_PRETYPE PERLDB_PRE PERLDB_POST PERLDB_TYPEAHEAD ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Perl Hacks

Perl Hacks

Chromatic, Damian Conway, Curtis Ovid Poe, Curtis (Ovid) Poe
Pro Perl

Pro Perl

Peter Wainwright
Intermediate Perl

Intermediate Perl

Randal L. Schwartz, brian d foy, Tom Phoenix
Perl Testing: A Developer's Notebook

Perl Testing: A Developer's Notebook

Ian Langworth, Chromatic

Publisher Resources

ISBN: 0201700549Purchase book