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

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to