[aprssig] APRS PERL Script help needed
William McKeehan mckeehan at mckeehan.homeip.netFri Oct 29 13:35:27 UTC 2004
- Previous message: [aprssig] APRS PERL Script help needed
- Next message: [aprssig] RE: [OZAPRS] APRS PERL Script help needed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [aprssig] APRS PERL Script help needed
- Next message: [aprssig] RE: [OZAPRS] APRS PERL Script help needed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the aprssig mailing list
