[ic] UserTag & environment variable

Jon Jensen jon at endpoint.com
Tue May 20 01:44:55 UTC 2008


On Mon, 19 May 2008, N.E.S.T. Solutions wrote:

> I am trying to use either [env REMOTE_ADDR] or $ENV{'REMOTE_ADDR'} 
> instead if the explicit IP address below, and all I get is a 0 or 
> internal server error.

In a usertag, ITL ([env ...]) is not valid, and %ENV isn't the right way 
to get at the info.

Try $Tag->env('REMOTE_ADDR').

Jon

-- 
Jon Jensen
End Point Corporation
http://www.endpoint.com/



More information about the interchange-users mailing list