In that case, perl is probably not in your PATH variable. You *probably* need to either:
1) put the directory path to the perl executable in your PATH variable (there should be pretty easy-to-find instructions to find via Google for this).
2) run perl using the whole of its directory path in front of the perl command (e.g. "C:\Perl\perl.exe scoreGismu.pl filename.txt")