[ic] help with ENV

chad townsend interchange-users@interchange.redhat.com
Tue Nov 27 17:13:01 2001


please don't flame me for this stupid question, but how do i access the ENV?  i need to grab
HTTP_HOST

[perl]
  $Scratch->{my_test} = $ENV{HTTP_HOST};
[/perl]
[scratch my_test]

i tried that, but it didn't work.

thanks,

./chad&