Kay. <br>
<br>
1) where do i get this perl2bat utility, and what good does having a runnable batch file do for me.<br>
<br>
2)here is the error, cut and paste:<br>
<br>
CGI Error: Script Execution Failed<br>
<br>
--------------------------------------------------------------------------------<br>
<br>
CGI encountered an error while attempting to execute this script: <br>
<br>
Error Message: No such file or directory <br>
Error Number: 2 <br>
This message usually indicates there is a problem with the script itself. The owner of the script needs to check the #! line for correctness. <br>
<br>
<br>
3)here is the whole script(it is not very long):<br>
<br>
#!/usr/local/bin/pearl<br>
#this is my basic starter program!!!<br>
#remember, i am just getting my feet wet!!!<br>
<br>
#this gets information from one field<br>
<br>
$fieldContents = param("myField"

;<br>
print "Content-Type: text/html\n\n";<br>
if ($fieldContents eq "010203"

{<br>
print("correct, you got it correct"

;<br>
}else{<br>
print("Wrong, hahaha"

;}<br>
<br>
<br>
please critique and correct this code, but when you do, please remember to tell me why it needs to be that way, so i wont forget.<br>
<br>
thanks for all your help,<br>
theEclipse<br>
robacarp.webjump.com<br>
<br>
P.S.<br>
if you want to see one of my scripts(or sort of) in action(what little they do), goto: <A HREF="
TARGET="_new">
and try either mypearl.pl, or mypearl2.pl (i know it is spelled wrong)<br>
<br>