>
> cat -vet script.cgi | more
>
^M's galore. The 'auto' setting on WS_ftp must not do much.
>in-place edit:
>
> perl -pi -e 's/\r//g' script.cgi
>
>Just make sure to back up your script, first.
worked like a charm, eliminating all the ^M's
When I tried it out, the program still crashed. It executes most of the code,
up to the (paraphrased)
$file = $cgi->get_upload(blah)
then stops executing.
I think maybe I can do something with .htaccess files to adjust the limit on
PUT, but that is a bit too OT for here, I think.
Thanks,
Ryan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]