Re: Help Please, PPM3 not working

2003-07-31 Thread Jan Dubois
On Thu, 31 Jul 2003 21:53:22 -0700, "$Bill Luebkert" <[EMAIL PROTECTED]> wrote: >Jan Dubois wrote: > >> The registry entries aren't really used anymore. It seems like you >> renamed your Perl directory. That is a bad idea: various paths inside >> both Perl\lib\Config.pm as well as PPM configura

Re: Help Please, PPM3 not working

2003-07-31 Thread $Bill Luebkert
Jan Dubois wrote: > The registry entries aren't really used anymore. It seems like you > renamed your Perl directory. That is a bad idea: various paths inside > both Perl\lib\Config.pm as well as PPM configuration information must be > updated to keep Perl and PPM working correctly. This restr

Re: Help Please, PPM3 not working

2003-07-31 Thread Jan Dubois
On Fri, 01 Aug 2003 00:34:55 -0300, Alberto Adrian <[EMAIL PROTECTED]> wrote: >I am having trouble at my Win XP Pro with PPM3. It might have started >failing after I used perl -MCPAN ... Now, when I call ppm3 it answers: >Error: neither >'HKEY_LOCAL_MACHINE/SOFTWARE/ActiveState/PPM//InstallLoca

Help Please, PPM3 not working

2003-07-31 Thread Alberto Adrian
Hello, I am having trouble at my Win XP Pro with PPM3. It might have started failing after I used perl -MCPAN ...  Now, when I call ppm3 it answers: Error: neither 'HKEY_LOCAL_MACHINE/SOFTWARE/ActiveState/PPM//InstallLocation' nor 'HKEY_CURRENT_USER/SOFTWARE/ActiveState/PPM//InstallLocation' fo

help please

2003-06-20 Thread Pascal Bénistant
What does the error "No suitable installation target for package ..." mean? I am using ppm 3.0.1 from perl 5.8.0 build 805. ppm> describe 2 Package 2: Name: Crypt-Blowfish_PP Version: 1.12 Author: Matthew Byng-Maddick ([EMAIL PROTECTED]) Title: Crypt-Blowfish_PP Abst

Re: Installing TermReadKey - help please

2003-03-27 Thread Jenda Krynicky
From: Ed Bachmann <[EMAIL PROTECTED]> > I am running AS Perl 5.8.0.805 under Windows 2000 and would like to > install the module, TermReadKey. I think it was once available at > ASPN, but it's not there now. I've requested that ASPN make it > available, but so far no luck. Does anyone know whethe

Re: Validate email code not working; Help Please

2001-07-16 Thread Bill Moseley
At 05:45 PM 07/16/01 -0400, Ken Fair wrote: >Hello Group > >Can somebody tell me what the two of these are doing. >if ($in{'firstname'} =~ /^\s*$/ || >> $in{'lastname'} =~ /^\s*$/ || >> $in{'email'} =~ /^\s*$/ || if any are blank. /^\s*$/ match the start of the line, zero or more white space

Re: Validate email code not working; Help Please

2001-07-16 Thread Shawn McKinley
Hey Ken, > I guess the English version or translated in words. I do not have a book > that is telling me what that does. I have O'reilly learning perl but it > does not detail that type of checking. > > What is this saying below: > if (!$in{'firstname'}|| >!$in{'lastname'}|| >!$in{'emai

Re: Validate email code not working; Help Please

2001-07-16 Thread Ken Fair
: "Shawn McKinley" <[EMAIL PROTECTED]> To: "Ken Fair" <[EMAIL PROTECTED]>; "Active Perl List" <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 3:13 PM Subject: Re: Validate email code not working; Help Please > Ken, > > > if ($in{'fir

Re: Validate email code not working; Help Please

2001-07-16 Thread Bill Moseley
At 02:13 PM 07/16/01 -0500, Shawn McKinley wrote: >Err, oops, I did not do the bang thingy... I used a regex instead... >Initial thought was this: > if (!$in{'firstname'}|| > !$in{'lastname'}|| > !$in{'email'}|| > $in{'email'} !~ /[\w\-]+\@[\w\-]+\.[\w\-]+/) { > >Sorry about that... regex

Re: regular expression help please

2001-06-28 Thread Jenda Krynicky
> (2) but at the same time, there are a number of lines containing data > that I want to delete the whole line for (example - any line that has > xwy or abc, I do not want to write out to the new file.) > > I put the values in an array, hoping to use the regular expression > match on > a single

RE: regular expression help please

2001-06-27 Thread Arthur Cohen
: : I put the values in an array, hoping to use the regular : expression match on : a single item in the array, but it's not working. It works : when I do them : one at a time, but that would be a waste. : @words = qq{abc xwy}; : : foreach $word(@words) : :

regular expression help please

2001-06-27 Thread Sharon Di Spirito
I have a file, with lines such as: |abc|john|smith|*0*7778745|[EMAIL PROTECTED] |def|jane|bubbley|*0*345645|[EMAIL PROTECTED] |xwyzeightyeight|harold|buffer|*0*|[EMAIL PROTECTED] |the|one|andonly|*0*7438745|[EMAIL PROTECTED] There are two things I am trying to do with data from a file. (1) I wan

Re: Help Please

2001-04-12 Thread Tim Scott
eckford" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 6:48 PM Subject: Re: Help Please > Hi Guys & Dolls > > I need a little help regarding Uploading and > Downloading files from a web page, I really only > need to be able to s

Re: Help Please

2001-04-11 Thread Cameron Dorey
-Original Message- > From: Orel Beckford [mailto:[EMAIL PROTECTED]] > Sent: woensdag 11 april 2001 19:48 > To: [EMAIL PROTECTED] > Subject: Re: Help Please > > Hi Guys & Dolls > > I need a little help regarding Uploading and > Downloading files from a web

Re: New to perl and scripting/HELP PLEASE

2001-01-15 Thread Stephen Patterson
ir" <[EMAIL PROTECTED]>, "Shawn" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Sent: January 14, 2001 4:15:54 PM GMT Subject: Re: New to perl and scripting/HELP PLEASE < Re: New to perl and scripting/HELP > > I am assuming the first line points to where the exe i

RE: Help please, again.

2000-11-03 Thread Oakey, Dwight
ursday, November 02, 2000 6:13 PM To: 'ActivePerl Mailing List' Subject:Help please, again. "So little to do, and so much time to do it in... No, wait - reverse that." - Willie Wonka

Re: Help please, again.

2000-11-03 Thread tziemniak
"Oakey, Dwight"

Help please, again.

2000-11-02 Thread Oakey, Dwight
"So little to do, and so much time to do it in... No, wait - reverse that." - Willie Wonka Well, I'm fighting a tight deadline and I'm having trouble with Win32::Service. I'm trying to write a program that will check services, stop them, change their account password, and then start the