: How can I send a cookie with a CGI-C program? I'm not familiar with CGI-C, but I would guess you just print a cookie header.
printf "Set-cookie: name=value; path=/; ";
Of course, CGI-C may have a sub/function/method call that does cookie setting that I don't know about. :-)
Hope this helps,
Jonathan
### # Example Of Perl 6 Syntax. push @will, my Power $button; my $hardware is Useless but Valuable; do ($nothing) while $i.work and print $stuff; push (@will, my Off $button) and die "with me";
Comments
: How can I send a cookie with a CGI-C program?
I'm not familiar with CGI-C, but I would guess you just print a cookie header.
printf "Set-cookie: name=value; path=/;
";
Of course, CGI-C may have a sub/function/method call that does cookie setting that I don't know about. :-)
Hope this helps,
Jonathan
###
# Example Of Perl 6 Syntax.
push @will, my Power $button;
my $hardware is Useless but Valuable;
do ($nothing) while $i.work and print $stuff;
push (@will, my Off $button) and die "with me";