ActivePerl 5.26.3 with Tk handshake error

Hi Team,
I have built custom perl 5.26 with Tk module, when I tried to use the Tk module after installing on windows 10, getting below error.

Event.c: loadable library and perl binaries are mismatched (got handshake key 00000008000004B0, needed 0000000000000000)

Thanks,
VinothG

It got fixed when I use #!wperl shebang line, I was using #!perl so I was getting handshake error, now its fixed

Great to hear its fixed now !!