Re: ppm repository question

2003-02-10 Thread Randy Kobes
On Mon, 10 Feb 2003, Erich C. Beyrent wrote: > Does anyone know how to permanantly add repositories to ppm? > Everytime I start it up, I have to set the repository. I want > to be able to add them, and choose the active one... > > I am currently using 2.1.5 (where can I get the latest from?) >

please help me with following error

2003-02-10 Thread Nagesh Pai
I have installed active state perl on windows 2000 professional operating system. I copied all the modules required for running a perl script that I use quite often in unix. This script creates a socket connection and then sends HL7 transactions to a port. I get the following error when I run the s

Quirky behavior with for loop

2003-02-10 Thread Brad Smith
I have spent a good part of today trying to figure out a very simple situation where there are nested for loops. Normally, I have not had problems, but, for some reason, with this tertiary level loop, Perl decides it just doesn't exist. My abridged code is below. What am I doing wrong, please

Re: Newbie Question

2003-02-10 Thread Carl Jolley
On Mon, 10 Feb 2003, Heberson Almeida wrote: > HI all!!! > > I want to change some strings inside a HTML files, but I am trying to do this using >a command listed for Perl for Unix. > > How can I change the string inside many html files using Perl for Win32 (5.6.X.X)??? > You haven't provided en

Newbie Question

2003-02-10 Thread Heberson Almeida
HI all!!! I want to change some strings inside a HTML files, but I am trying to do this using a command listed for Perl for Unix. How can I change the string inside many html files using Perl for Win32 (5.6.X.X)??? ___ Perl-Win32-Users mailing

RE: memory usage issue

2003-02-10 Thread Khosla, Deepak
I am using perl 5.6.1 build 629. Sounds like worth a shot to try 5.8.0 build 804, although since I am not creating (or don't think I am :-)) large hashes, it may be a different issue. I was initially suspecting the fact that I was passing references was somehow causing an issue or somewhere I am

RE: memory usage issue

2003-02-10 Thread Alistair . McGlinchy
All, I wonder if James is referring to a problem I had a couple of years back http://aspn.activestate.com/ASPN/Mail/Message/915295 I (rather clumsily) posted a bug at Activestate http://bugs.activestate.com//ActivePerl/show_bug.cgi?id=18559 But, I'm pleased to report that this problem is fixed i

ppm repository question

2003-02-10 Thread Erich C. Beyrent
Does anyone know how to permanantly add repositories to ppm? Everytime I start it up, I have to set the repository. I want to be able to add them, and choose the active one... I am currently using 2.1.5 (where can I get the latest from?) on Windows 2000. Thanks! -Erich- __

RE: List user account associated with Services

2003-02-10 Thread Bullock, Howard A.
Title: List user account associated with Services use Win32::Lanman;  if(!Win32::Lanman::QueryServiceConfig("", '', 'browser', \%config))  {     print "Sorry, something went wrong; error: ";     # get the error code     print Win32::Lanman::GetLastError();     exit 1;

RE: memory usage issue

2003-02-10 Thread Khosla, Deepak
Tried - no luck. Maybe a different user group. Tried profiling and the issue is definitely in fill_array routine. It is only incrementing/decrementing single key hashes - really strange - I wish I could profile each statement. Maybe I'll put each stement in a separate sub and try profiling again!

List user account associated with Services

2003-02-10 Thread Ricci, Mark
Title: List user account associated with Services Hello All,     I need some advice in choosing a module(s) that would:     1. Will run against a NT 4.0 server and report back a listing of all the services running on it and the user accounts that are associated with its startup.   

RE: [OLE] excel, variants

2003-02-10 Thread Tillman, James
What does it do when you just pass in 0's and 1's instead of $vtfalse and $vttrue?  I've found that Win32::OLE normally converts my values to the simple variants for me.  If this doesn't work, I'd try using positioned parameters instead of named ones.  You can usually just pass in undef for

RE: Remote project editing for Perl

2003-02-10 Thread Tillman, James
The technique that sourceforge uses can be used privately, as well.  They use CVS (Concurrent Versions System) to allow remote development.  You can set up CVS on your own computer, and your friends can connect to the CVS server remotely to checkout/checkin files while developing.  This is w

RE: memory usage issue

2003-02-10 Thread Tillman, James
You might also try searching through the archives for this mailing list on this topic. I remember a discussion about a year ago involving large variable allocations in a loop and memory usage. jpt > -Original Message- > From: Khosla, Deepak [mailto:[EMAIL PROTECTED]] > Sent: Friday, Fe