Make sure that other script is in your path or that you have given the full pathname in the backticks (`c:/windows/desktop/test.pl`). If that's already the case, you need to make sure your system assumes .pl files to be executable; otherwise, you have to precede the command with a call to Perl (`c:/perl/bin/perl.exe c:/windows/desktop/test.pl`).