
23 Dec
2005
23 Dec
'05
12:39 p.m.
On 12/23/05, Alexandre FOUREY
Hi,
You get this error because $10 isn't populate by you regex.
After this line /((...),\s+|)(\d\d|\d)\s(...)\s(\d\d\d\d)\s(\d\d|\d):(\d\d|\d):(\d\d|\d)\s((\+|\-)(\d\d)(\d\d)|...)/)
add following code to check why $10 is empty $Self->{LogObject}->Log(Priotity => 'notice',Message=>"1 -> $1 2 -> $3 ....to $10");
It'd also be useful to log $Param{String} so you know what is being parsed by the regexp. Bryan