At Fri, 21 Jun 2002 23:34:35 +0800, Stas Bekman wrote: > > What I need is examples for "filters that do interesting thing" and > > "any protocol" handlers. > > The best example I can come up is doing transparent translations, e.g. > the input comes in Japanese and the filter translates it to English, and > the same on the way back. But for that we need Apache::DouglasAdams > module to exist :)
Ah, sounds cool :-) Maybe Shift_JIS <=> UTF8 translation thing using Encode (with Perl 5.8) seems to be useful, especially for Japanese web developers. > > Yep, so I should give a brief introduction and put perl guide URL in > > "SEE ALSO" section. > > Hopefully by the time you publish it the new site will be online, so you > will have the URLs right. For now link to /release and then s/// to kill > that prefix. Okay. -- Tatsuhiko Miyagawa <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
