cdherold has asked for the wisdom of the Perl Monks concerning the following question:
I feel like I should know this by now ... but how does one pass variables via a link to a perl script?
In php it's http://www.perlmonks.org/test.php?id=1 in order to pass the variable $id=1 to the test.php program.
This doesn't work in perl as far as I can tell. Is there a similar method.
chris
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Passing variables via internet links
by Arunbear (Prior) on Nov 19, 2006 at 22:35 UTC | |
by cdherold (Monk) on Nov 20, 2006 at 00:09 UTC | |
|
Re: Passing variables via internet links
by davorg (Chancellor) on Nov 20, 2006 at 14:55 UTC | |
|
Re: Passing variables via internet links
by tinita (Parson) on Nov 20, 2006 at 10:34 UTC |