Just wondering... if one were to set a cookie using
Javascript, then could one get perl to read it?
I looked for tutorials online as per this issue, but I
couldnt find any specifically addressing it.
Thanks,
~q
____________________________________________________________
_____
Change is good. See what’s different about Windows Live
Hotmail.
www.windowslive-hotmail.com/learnmore/default.html?locale=en
-us&ocid=TXT_TAGLM_HMWL_reten_changegood_0507
[Non-text portions of this message have been removed]
Unsubscribing info is here: h
ttp://help.yahoo.com/help/us/groups/groups-32.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://g
roups.yahoo.com/group/perl-beginner/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http
://groups.yahoo.com/group/perl-beginner/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:perl-beginner-digest@yahoogroups.com
mailto:perl-beginner-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
perl-beginner-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
Re: Cookies Question (Across Languages)
United States
2007-05-31 00:36:48
yes.. should work..
Jab
On 5/31/07, essential quint < quintessential1%40hotmail.com">quintessential1hotmail.com> wrote:
>
> Just wondering... if one were to set a cookie using Javascript, then could one get perl to read it?
>
> I looked for tutorials online as per this issue, but I couldnt find any specifically addressing it.
>
> Thanks, >
> ~q
> __________________________________________________________
> Change is good. See what's different about Windows Live Hotmail.
> www.windowslive-hotmail.com/learnmore/default.html?locale=en-us&ocid=TXT_TAGLM_HMWL_reten_changegood_0507 >
> [Non-text portions of this message have been removed]
>
>
> > Unsubscribing info is here: http://help.yahoo.com/help/us/groups/groups-32.html
> Yahoo! Groups Links
>
>
>
>
--
If you haven't found something you are willing to die for, you are not
fit to live!
--
Phone: +91 9980799008
email: jabirahmed%40yahoo.com">jabirahmedyahoo.com , jabirahmed%40gmail.com">jabirahmedgmail.com
Instant Messenger:
yahoo jabirahmed%40yahoo.com">jabirahmedyahoo.com,msn : jabir07%40hotmail.com">jabir07hotmail.com,ICQ: 56327312,
Skype: jabirahmed
Yes, but the perl script would have to interface with
the browser through CGI. The Cookie is stored by the
browser and read through a header request, so any
language (or host) can request it, so long as it
matches the host that set it.