On ons, 2008-07-09 at 05:28 -0700, Shaine wrote:
> Is there any thing difference of general perl development and develop
> url_redirect program from perl for squid ? do we have to use different API ?
No, no significant difference. The differences are:
- stdin/stdout is a pipe, not a terminal. Hence the need for $|=1;
- It's running as you cache_effective_user account, not whatever
account you are using for development.. (and not root, ever)
Regards
Henrik
This archive was generated by hypermail 2.2.0 : Wed Jul 09 2008 - 12:00:03 MDT