[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] Full Request $ENV ( WWW½ ,Kfrq)



Hi There,

Is there any way i can get to the WWW½ Kfrq - the "full request" cgi
parameter from MacPerl?
(both webstar and quid pro quo send this, at least they send it to my
applescripts)

(i can get it from applescript, but i'd much rather write this job in perl...)

i can get the vars that chris showed us how to get;
        HTTP_USER_AGENT
        REMOTE_ADDR
        SERVER_SOFTWARE
        SERVER_PROTOCOL
        GATEWAY_INTERFACE
        REQUEST_METHOD
        SCRIPT_NAME
        SERVER_NAME
        SERVER_PORT
by requesting them specifically, but

foreach(sort keys(%ENV)){print;}

doesn't work still...

i *THINK* that the macperl cgi stuff knows about the Kfrq apple event (is
it an event? or is there some sort of "apple parameter"?), because resedit
found the string Kfrq in the MacPerl Extensions:CGI Script file, but i
couldnt make any sense of it...

cheers

Iain

(yep, i tried "FULL_REQUEST")



***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch