Edward Peschko wrote:

> hey,
> 
> I needed to disable the activestate GUI debugger, and to use the regular, 
> bundled
> one - it looks like Win32::GuiTest programs don't work that well from inside 
> the 
> spawned window.
> 
> Anyways, you used to be able to set PERLDB_OPTS to blank to disable
> the gui, it doesn't seem to be working anymore as of build 810.
> 
> Any ideas on how to do this?

cmd.exe :  set PERLDB_OPTS=
tcsh.exe:  unsetenv PERLDB_OPTS

Works for me - you should see it gone when you type 'set'.
-- 
  ,-/-  __      _  _         $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