Perl, on windows, does not care what the path to perl is in your #! line, but it will process the switches (-w -T -l -whatever).
So, it is giving you the error (not problem, but error) because it is being executed with -T.
Now some good server, like apache, do care about the path to perl on the #! line, but that is neither here nor there.
___crazyinsomniac_______________________________________
Disclaimer: Don't blame. It came from inside the void
perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;" | [reply] |