cgi file question 2025-04-02 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?