Lasher, Brian wrote:

> Does any one know how I can keep the windows command-line prompt open
> when running perl pgm by double clicking on the program.  It keeps
> disappearing before I can read what the errors were.

One simple way would be to put a 'sleep 5;' at the end of the
code before exit to keep it up for 5 seconds or you could do
a read from STDIN (if it's a console app) to stop it till you
input an enter '<STDIN>'.

-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to