[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Perl Development hell (fwd)



At 18.45 97/3/14, Mark Manning/Metrica wrote:
>However, wouldn't the above issues impact any CGI code?
>After all, if a CGI script wished to send back a page of
>HTML code does the CGI library automatically correct the
>"\n", "\r", "\n\r" problem?  I thought this had to be
>addressed by the programmer.

Yes, but these are not CGI issues, they are platform issues.  CGI is a
specification of sorts.  And none of these issues are directly related to
CGI programming.  The idea is this:  make sure you have all your normal
cross-platform issues covered that affect ALL Perl programs (linefeeds,
unimplemented functions, filepaths, etc.) and then the CGI should work
fine.  I think the question was asking about CGI-specific issues, and these
are Perl- and platform-specific issues, not CGI issues.

Semantics, really.  But it help keeps my head straight.

#================================================================
Chris Nandor                                      pudge@pobox.com
PGP Key 1024/B76E72AD                           http://pudge.net/
Keyfingerprint = 08 24 09 0B CE 73 CA 10  1F F7 7F 13 81 80 B6 B6