Win32::OLE and IE popups

2005-11-26 Thread Richard Bell
Im working on some enhancements to IE::Mechanize involving popups. Several online examples suggest blocking popups from within the event routine with code like this $args[1]-Put( 1 ); When I use this technique I get perl crashes (see test below)! Can anyone point me to an example

CPU Usage in Percentages for Each Process?

2005-11-26 Thread Veli-Pekka Tätilä
Hi, Is there a module or some sample code that will let one find out the CPU usage of a given process in percentages? This figure is highly useful and can be viewed in XP's task manager. However, none of the other tools I've seen, including XP's tasklist and Sysinternal's process tools, let

Re: CPU Usage in Percentages for Each Process?

2005-11-26 Thread $Bill Luebkert
Veli-Pekka Tätilä wrote: Hi, Is there a module or some sample code that will let one find out the CPU usage of a given process in percentages? This figure is highly useful and can be viewed in XP's task manager. However, none of the other tools I've seen, including XP's tasklist and