Error running binary

Hello!

I encounter this error

"Quantifier follows nothing before HERE mark in regex m/* << HERE"

while running the binary in a server. But the binary runs perfectly in another server.

At first I thought it was the perl version issue but the version turns out to be the same in both server and now I'm stuck with this problem. :wall:

Anyone encounter this problem before? Thank for reading!

That's not really enough for anyone to give you direct help, but you can try to run your process under truss on both servers and see what's different. See "man truss". It will product a LOT of output as it shows what happens for each system call your process makes.