[aprssig] APRS PERL Script help needed

William McKeehan mckeehan at mckeehan.homeip.net
Fri Oct 29 09:35:27 EDT 2004


Have a look at the CGI stuff in Perl. Here's a quick short sample:

use CGI'
my $cgiq = new CGI;
my $variablevalue = $cgiq->param("variable");

On Fri, October 29, 2004 8:03 am, Andrew Rich said:
> Gents,
>
> I am trying to pass a perl variable to a cgi file
>
> Something like this
>
> http://www.abc.net/test.cgi?value=andy
>
> How do I then get test.cgi to echo // use "value" ??
>
> I have tried
>
> print "Your value is set to ".param('value')." <br> ";
>
> With not much luck
>
> How do you pass a variable via the URL to a perl // cgi ?
>
> Cheer Andrew VK4TEC
>
>
>
> _______________________________________________
> aprssig mailing list
> aprssig at lists.tapr.org
> https://lists.tapr.org/cgi-bin/mailman/listinfo/aprssig
>
>


-- 
William McKeehan
KI4HDU
Internet: mckeehan at mckeehan.homeip.net
http://mckeehan.homeip.net




More information about the aprssig mailing list