Re: [cgiwrap-users] ENV - Variables
Brought to you by:
nneul
From: Joe S. <joe...@am...> - 2002-04-16 14:17:39
|
Greetings Jerome, If you mean to find out what they and their values are, then try this perl script: #!/usr/local/bin/perl foreach $ind (keys %ENV) { print "$ind ==> $ENV{$ind}\n" ; } But I'm a newbie with cgiwrap, so not sure if there's something in there that'll simulate the above... HTH, -- -----> Joe...@am... M/S 521 Phone: USA(512)602-4514 -----> 5204 E. Ben White Blvd., Austin, TX 78741 -----> AlphaPager: USA(512)622-0251 or 512...@pa... The modern adversarial court method is concerned, not with essential truth, only with outcome. ------ "Jerome A. Simon" wrote: > > Hello > > Does anyone know how to get all the 'ENV' variables > back? > > I am trying to make a 'hit tracker' but the 'REFERER' > value only contains the script address itself. > > (P.S. - if this got sent twice... sorry! I sent out my > first message before getting my 'confirmation' back - > so I figured I needed to send it again?) > -- > > JaS Software > P.O. Box 361 > Sweet Home, Oregon, USA > 97386 > > http://www.jassoftware.com > mailto:ja...@ja... > = - = - = - = - = - = - = - = - = - = - = - = - = - = > - = - > > _______________________________________________ > cgiwrap-users mailing list > cgi...@li... > https://lists.sourceforge.net/lists/listinfo/cgiwrap-users |