hav somebody have any experience that the perl script hav running error becoz of the very first line "#!/usr/bin/perl", the problem solved after delete the whole line n RETYPE EXCATLY the SAME WORD... how can this happen?
i jz found a solution for myself. how stupid m i. it looks like win and unix based newline char is different. everytime we need to transfer perl script that written in window platform need to convert to unix format first.
else we may reward with an error. unix cant recognize the window's newline character.