Hello John,

Tuesday, August 28, 2001, Michael Fowler <[EMAIL PROTECTED]> wrote:

MF> On Tue, Aug 28, 2001 at 02:42:58PM -0400, John Way wrote:
>> Does anyone know how to get a perl script to write out each line of code to
>> an output (log) file as it performs each line? (Other than a print
>> statement after everyline) I've looked in the perlrun documentation, but
>> could not find anything.

MF> I do not know of such a feature.  The Perl debugger gets close, but it's
MF> interactive; perhaps you could get it to log to a file, I don't know.
yes, it's possible via perl debugger and $ENV{PERLDB_OPT}.

perldoc perldebug
search for "UsageOnly"

Best wishes,
 Maxim                            mailto:[EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to