RE: Win32::Service

2001-03-21 Thread Martin, James S.
If you are using Win2k, try making an Win32::OLE call to WMI and use the Win32_Service class there. You can do much more with it than Win32::Service perl module. James -Original Message- From: Michael Marziani [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 5:44 PM To: '[EM

open win32 dll resources

2001-03-21 Thread Robert Davis
Anybody know how to open and/or list resources contained in a win32 dll? For example reading out the version info for a dll would be nice. thanks bob -- Robert Davis email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] web: http://people.ne.mediaon

Re: Reading from SQL, Writing to CSV ...

2001-03-21 Thread SCOTT_SISSON
Try Text::CSV_XS; Jones Robert Contr 81 CS/SCK <[

Re: template problem

2001-03-21 Thread $Bill Luebkert
Carl Jolley wrote: > > It's not entirely clear to me but do you mean that the braces > are included in the data that you are trying to match? If yes, > yoy will have to quote the braces in your regex since braces > are regex meta characters e.g. > > $contents =~ s/\{(\w+)\}/$1/g; I don't think

Re: Win32::Service

2001-03-21 Thread Michael L. Semon
> It appears that you cannot stop a service that has dependencies. Is this > actually the case? This module seems a bit lacking in both documentation > and functionality. There also doesn't appear to be a way to decode the > masks that the GetStatus function returns. Well, there's probably a r

Re: Reading from SQL, Writing to CSV ...

2001-03-21 Thread Joe Schell
Jones Robert Contr 81 CS/SCK wrote: > > I'm running the following snippet of code below. Every time I read > a field in that has a series of alpha with commas in it there are problems. > After each of these multiple comma fields is read, the next field is > skipped. For example, if a fi