in reply to upload cgi in binary workaround

The case you have to look out for is
#!/usr/bin/perl\r\n
That *will* choke on unixish systems, because it will look for the binary, "perl\r". See Turning *off* warnings causes the script to fail :( for a case of someone getting bitten by it.

-Blake
reading old posts....