[aprssig] Re: APRS PERL Script help needed

Brad McConahay N8QQ brad at n8qq.com
Fri Oct 29 14:11:30 EDT 2004


I apologize in advance if this is duplicate info, but I'm on the digest so
I'm delayed a bit...
 
You'll also want to print an http header before you print the value, so
you'll end up with something like:
 
use CGI;
my $cgi = new CGI;
print $cgi->header;
print "Your value is set to ".$cgi->param('value')." <br> ";

There are a few ways to do it, but that's probably the easiest and most
standard at this point.

--
Brad N8QQ
http://n8qq.com






More information about the aprssig mailing list