Re: Exposed Email Addresses & BackupPC future development

2013-04-09 Thread Bill Stephenson
Rajeev and Angela, I apologize for being a member of this group. I'll just quit now so I never have to say that again... On Apr 7, 2013 12:01 AM, wrote: > What a wondeful piece of spam, thank you sir, may I have another? On Mar 29, 2013, at 9:02 AM, John SJ Anderson wrote: > Hi, List Mom h

Re: Win32 - Killing Processes

2013-04-09 Thread Mike Flannigan
On 4/9/2013 6:10 AM, Jonathan Harris wrote: Hi All I am using Strawberry Perl (latest release) on a Windows 2003 SP2 server I am trying to use a script to look at running processes, look for a specific process, and kill that process if it is alive for more than 4 minutes as this would mean tha

Re: [BackupPC-users] BackupPC future development (was: Backuppc and windows)

2013-04-09 Thread Holger Parplies
Hi, Rajeev Prasad wrote on 2013-04-06 20:51:07 -0700 [Re: [BackupPC-users] BackupPC future development (was: Backuppc and windows)]: > Has anyone shared this thread on perl mailing list yet? what would the point be? I can't really see a question about Perl in this thread. > since we are lookin

SOLVED Re: perl unicode utf8 and JSON::XS

2013-04-09 Thread Christophe Martin
Hello, Thank you Brandon McCaig and John Delacour for your answers. They both point me to my mistakes. The major problem was that I did not understand at all how perl deals with strings. First I have to use "use utf8" if i want perl to understand 'é' and not 'Ã' '©' when I write 'é' in my script

Re: Win32 - Killing Processes - update possible solution

2013-04-09 Thread Jonathan Harris
On Tue, Apr 9, 2013 at 5:42 PM, Jonathan Harris wrote: > > > > On Mon, Apr 8, 2013 at 4:41 PM, Jonathan Harris > wrote: > >> Hi All >> >> I am using Strawberry Perl (latest release) on a Windows 2003 SP2 server >> >> I am trying to use a script to look at running processes, look for a >> specific

Re: Win32 - Killing Processes - update possible solution

2013-04-09 Thread Jonathan Harris
On Mon, Apr 8, 2013 at 4:41 PM, Jonathan Harris wrote: > Hi All > > I am using Strawberry Perl (latest release) on a Windows 2003 SP2 server > > I am trying to use a script to look at running processes, look for a > specific process, and kill that process if it is alive for more than 4 > minutes a