Win32::Console and mouse on Windows 2k

2005-05-04 Thread Philippe Paclet
Hi to everybody, I have problems with mouse clicks using A.Capini's Win32::Console: it works well on Windows XP but mouse clicks are not intercepted correctly on Windows 2k. For example, trying Aldo's test script (test.pl) that is distributed in the package Win32Console-0.03.zip in his reposito

Search and replace in msword .doc

2003-01-28 Thread Philippe Paclet
$search->Replacement; $search->{Text} = "searched"; $replace->{Text} = "replace"; $search->Execute({Replace => wdReplaceAll}); $doc -> Close(); $word -> Quit(); ----- But it does not work: replacement does not happen. What is wrong in this co

Catching what is traveling from and to your browser

2002-10-19 Thread Philippe Paclet
Greetings to all, I would like to write a simple perl script (for win32) able to catch what my browser is sending and receiving (especialy the headers) during a particular hhtp transaction. I am not expiremented at all in listening to ports. I don't know from where to start with. Is there, among t