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
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
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
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
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
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
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
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,