in reply to Text::VimColor in a CGI - possible?

... forces me to think that maybe I'm just missing something.

You're missing the obvious, copy what Apache::VimColor is doing (use file, not string).

  • Comment on Re: Text::VimColor in a CGI - possible?

Replies are listed 'Best First'.
Re^2: Text::VimColor in a CGI - possible?
by ikegami (Patriarch) on Mar 20, 2007 at 04:58 UTC
    When using string, a temporary file is created with the content of the string. Then, strings and files are handled identically. That's not the solution.