On 1/30/06, Keith Worthington <[EMAIL PROTECTED]> wrote:
snip
> Well, the answer was right in fromt of me.  The delimiter pattern is mattching
> the first hyphen and the integer pattern is matching the second hyphen as a
> negative sign.  Arrrgh!
>
> The Regex::Dommon::Number documentation doesn't indicate a way to match only
> numbers without a sign.  I am thinking I will just lose the - as part of the
> delimiter and let the integer pattern take care of it.  A bit messy but it 
> will
> work.  If anyone can think of a better idea I would appreciate your time in
> sharing it.
>
> Kind Regards,
> Keith

This may motivate me to hack on that module to add -unsigned and
-negative options.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to