S_Shrum has asked for the wisdom of the Perl Monks concerning the following question:
I have a script that uses CGI to handle parameter passing and constructs a webpage from various documents. While this process works fine for static files like:
http://www.myserver.com/cgi-bin/myscript.pl?page=this.shtml&table=that.shtml
...what I would LUV to do is something like:
http://www.myserver.com/cgi-bin/myscript.pl?page=this.shtml&table=http://www.myserver.com/cgi-bin/myscript.pl?page=that.shtml&table=other.shtml
Is it possible to do something like this? Can CGI handle it? Is the moon made of cheese?
TIA
======================
Sean Shrum
http://www.shrum.net
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Script call with arguments in a script call with arguments...Possible?
by snowcrash (Friar) on May 24, 2002 at 07:05 UTC | |
by Juerd (Abbot) on May 24, 2002 at 08:14 UTC | |
|
Re: Script call with arguments in a script call with arguments...Possible?
by S_Shrum (Pilgrim) on May 24, 2002 at 07:07 UTC | |
by Caillte (Friar) on May 24, 2002 at 09:14 UTC | |
by S_Shrum (Pilgrim) on May 24, 2002 at 19:17 UTC |