[aprssig] Re: APRS PERL Script help needed

Andrew Rich vk4tec at tech-software.net
Fri Oct 29 15:56:59 EDT 2004


I also found this works

#!/usr/bin/perl
use Net::Telnet;
my $value;
$i=0;
print ("Content-type: text/html\n\n");
print "<html>\n";
#print "<meta http-equiv=\"refresh\" content=\"1\">\n";
print "<body>\n";
$input_string = $ENV{'QUERY_STRING'};
print "Value = $input_string<br>";    





More information about the aprssig mailing list