WINS - reset

2005-02-20 Thread Hon Shi
Anyone have tools/script to reset a group of WINS servers. I'm not going to do this again by hand! __ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250

Win32::OLE : Bizarre Push while Examining IE Events

2005-02-20 Thread Andrew McFarlane
I need help in figuring out how to prevent an exception from occurring when I try to examine Internet Explorer browser events using Win32::OLE. Thanks in advance for your help. I have a library that allows one to drive Internet Explorer. My code runs well until I try to examine the window

Re: [OT] MakeMaker 'xs_o section' and dmake

2005-02-20 Thread Sisyphus
Nick Ing-Simmons wrote: Sisyphus [EMAIL PROTECTED] writes: (That's copied from MM_Win95.pm, btw.) But that doesn't work for dmake, because, according to comments in MM_Win95.pm, having to choose between .xs - .c - .o and .xs - .o confuses dmake. My tests confirm that those comments are

Re: issue about Spreadsheet::WriteExcel module

2005-02-20 Thread Chris Jones
Have you tried entering more than 255 characters directly into a cell using Excel - can't be done. That is why you can't do it with the Spreadsheet::WriteExcel module. At 13:44 17/02/2005, Jason Yuan wrote: All, I am trying to create a excel spreadsheet using Spreadsheet::WriteExcel module.

RE: WINS - reset

2005-02-20 Thread John Serink
Sc \\yourserver stop wins Sc \\yourserver start wins -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hon Shi Sent: Sunday, February 20, 2005 10:42 PM To: perl-win32-users@listserv.ActiveState.com Subject: WINS - reset Anyone have

handle leak with shared vars

2005-02-20 Thread Perl Diver
I noticed a strange phenomenon with threads and shared hashes and arrays. It appears that every time you add new elements to such a variable, the handle count goes up. I don't know if this will cause problems, but because of this my processes will end up using anywhere from 5,000-50,000 handles.

removing characters from a filename / string?

2005-02-20 Thread fad3r
Hi everyone, I would like to remove x amount of characters from a filename (x will be whatever number the user provides). I know how to grab the input from the user but what I dont know how to do is have the program remove that many characters from the filename. I know the filename can

Re: removing characters from a filename / string?

2005-02-20 Thread $Bill Luebkert
fad3r wrote: Hi everyone, I would like to remove x amount of characters from a filename (x will be whatever number the user provides). I know how to grab the input from the user but what I dont know how to do is have the program remove that many characters from the filename. I know the filename

RE: handle leak with shared vars

2005-02-20 Thread John Serink
Hi! Its known and in bugzilla(http://bugs.activestate.com), 35931. I too thought it was going to be fixed in 5.8.6 but no luck. From Jeff Griffiths regarding this issue: For 5.8.6, we left the Win32::* stuff as-is, but I believe Jan wants to look at fixing bugs for the next round. Cheers, John

Capitalize every 1st character of all the words in a string

2005-02-20 Thread fad3r
Hi again, I would like capitalize every 1st character of all the words in a string. So something like please help me would become Please Help Me. Recently people on this list were helpful enough to tell me about a function called substr. I used this to successfully remove x amount of

Re: Capitalize every 1st character of all the words in a string

2005-02-20 Thread Trevor Joerges [SendMIME Software]
Hi again, I would like capitalize every 1st character of all the words in a string. So something like please help me would become Please Help Me. Recently people on this list were helpful enough to tell me about a function called substr. I used this to successfully remove x amount of characters

client side cursorlocation problem

2005-02-20 Thread Justin Hardman
Dear All, I'm having problems getting a client side cursor to work when I open an access database. I.e $Connection=$Server-CreateObject("ADODB.Connection"); $Connection-{"LockType"} = 2;$Connection-{"CursorType"} = 2; $Connection-Open("Surveys"); will work (but not paging methods). BUT