|
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
|