Re: how do you run the debuger for perl/TK in Windows-2000

2004-07-12 Thread William . Ampeh
Simply wrap it around a batch file with a pause at the end. That is: @echo off path\to\my\script echo . echo . echo . - D O N E - echo . echo . pause __ William Ampeh (x3939) Federal Reserve Board -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[SOLVED] RE: how do you run the debuger for perl/TK in Windows-2000

2004-07-12 Thread Marco Perl
MAIL PROTECTED]; > [EMAIL PROTECTED] > Cc: > Subject: how do you run the debuger for perl/TK in > Windows-2000 > > > > Greetings, > I developed a perl/TK script in Win-2000 > environment. > when I run it the DOS-

RE: how do you run the debuger for perl/TK in Windows-2000

2004-07-12 Thread Tim Johnson
ED] Cc: Subject: how do you run the debuger for perl/TK in Windows-2000 Greetings, I developed a perl/TK script in Win-2000 environment. when I run it the DOS-screen pops up and displays my program errors. but this screen closes so fast t

how do you run the debuger for perl/TK in Windows-2000

2004-07-11 Thread Marco Perl
Greetings, I developed a perl/TK script in Win-2000 environment. when I run it the DOS-screen pops up and displays my program errors. but this screen closes so fast that its impossible to read the error. so, how do I debug my perl.ptk script or how do I slow down the DOS-screen to read the errors?