in reply to Re: How to call AutoIt script from perl
in thread How to call AutoIt script from perl

convert your autoit script as .exe then call that .exe file in perls
system("myautoit.exe")