Thread: CGI scripts
View Single Post
Old 18-03-2006, 11:55 AM   #3 (permalink)
CAT4361
Registered User
 
CAT4361's Avatar
 
Join Date: Mar 2006
Posts: 14
I managed to get it working, it doesn't seem to like the '-' before the switch in the shebang line...

#!/usr/bin/perl -wT

It prefers:
#!/usr/bin/perl wT

No idea why but it seems to be working !!

(I have saved my scripts with the extension .pl)

Stephen
CAT4361 is offline   Reply With Quote