Re: Regex for numbers and text

2004-07-10 Thread Randy W. Sims
On 7/11/2004 1:07 AM, Gunnar Hjalmarsson wrote: Jerry Preston wrote: I am trying to setup a single regex to breakdown the following lines: Jerry2.74 4.5mon Mark-14-10.75 -10new With /(\w+)\s+(-?\d+.\d+)\s+(-?\d+.\d+)\s+(-?\d+.\d+)\s+(\w+)/; What am

Re: Regex for numbers and text

2004-07-10 Thread Gunnar Hjalmarsson
Jerry Preston wrote: I am trying to setup a single regex to breakdown the following lines: Jerry 2.74 4.5 mon Mark-14-10.75 -10 new With /(\w+)\s+(-?\d+.\d+)\s+(-?\d+.\d+)\s+(-?\d+.\d+)\s+(\w+)/; What am I doing wrong? You are not showing us a complete pro

Re: Regex for numbers and text

2004-07-10 Thread Andrew Gaffney
Jerry Preston wrote: Hi! I am trying to setup a single regex to breakdown the following lines: Jerry 2.74 4.5 mon Mark-14-10.75 -10 new With /(\w+)\s+(-?\d+.\d+)\s+(-?\d+.\d+)\s+(-?\d+.\d+)\s+(\w+)/; What am I doing wrong? At first glance, the regex appear

Regex for numbers and text

2004-07-10 Thread Jerry Preston
Hi! I am trying to setup a single regex to breakdown the following lines: Jerry 2.74 4.5 mon Mark-14-10.75 -10 new With /(\w+)\s+(-?\d+.\d+)\s+(-?\d+.\d+)\s+(-?\d+.\d+)\s+(\w+)/; What am I doing wrong? Thanks, Jerry

Re: A simple text or GUI-based menu script

2004-07-10 Thread Marco Perl
how do I get all thread for below subject: Re: A simple text or GUI-based menu script thanks, Marco. __ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail -- To unsubscribe, e-mail: [EMAIL PR

[Solved]Re: Could anyone please help with PERL file association.

2004-07-10 Thread Marco Perl
I am always grateful to you guys. this is how I finally solved it: to set path: start>control-panel>systems>env-variables>new name:path value: %path%;C:\Z_PERL\Perl\bin then Open a Win-explorer, tools > folder-options > File Type, create a new extention called pl and ptk, associate with path whi

Re: A simple text or GUI-based menu script

2004-07-10 Thread Marco Perl
zentara, I want to run your module but it fails on use Tk::ExecuteCommand; because my ActivePerl did not have it in lib. I found it on the net and saved it in ~\lib. then failed on Proc::Killfam within Tk::ExecuteCommand again I found it on the net but could not save it in ~\lib, I don't

Re: Is "Thank you" okay? [was: where to put modules?]

2004-07-10 Thread Gunnar Hjalmarsson
Randal L. Schwartz wrote: "Jason" == Jason Corbett <[EMAIL PROTECTED]> writes: Jason> I consider myself to be relatively human, and assume that others who Jason> answer questions here do, too. ;-) IMO, saying "thanks" is good Jason> manners here just like in the rest of the world. --^ Actually,