cgi file question

Just recently, each time i upload .cgi file, i have to edit EVERY single file from:

#!/usr/bin/perl

to

#!/usr/bin/perl -w


if i don't put -w in the back, it will not work.


What happen? cgi file question

 

 

 

 

Top