
Jasmine
Administrator
Jan 19, 2001, 11:46 AM
Post #1 of 1
(2051 views)
|
|
How can I use Perl interactively?
|
Can't Post
|
|
(From the Perl FAQ) How can I use Perl interactively? The typical approach uses the Perl debugger, described in the perldebug(1) man page, on an ``empty'' program, like this: Now just type in any legal Perl code, and it will be immediately evaluated. You can also examine the symbol table, get stack backtraces, check variable values, set breakpoints, and other operations typically found in symbolic debuggers.
|