AlanOlsen has asked for the wisdom of the Perl Monks concerning the following question:
For example:
var-a numeric (10,0) = NULL, var-b char (10) = NULL
would split to:
var-a numeric (10,0) = NULL var-b char (10) = NULL
instead of:
var-a numeric (10 0) = NULL var-b char (10) = NULL
Ideas? I should know this, but i have not had enough coffee today.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Regex question
by TedYoung (Deacon) on Oct 20, 2005 at 17:48 UTC | |
by AlanOlsen (Initiate) on Oct 20, 2005 at 18:10 UTC | |
|
Re: Regex question
by ww (Archbishop) on Oct 20, 2005 at 18:01 UTC | |
by Roy Johnson (Monsignor) on Oct 20, 2005 at 18:06 UTC | |
|
Re: Regex question
by Nkuvu (Priest) on Oct 20, 2005 at 17:56 UTC |