in reply to Script call with arguments in a script call with arguments...Possible?

I don't know if I understand your problem correctly. Passing urls as params shouldn't be a problem. Either call the script with a POST request, or, if you really need to put an url inside the url ;) be sure to escape the url passed as a param (using URI::Escape for example). Be sure to escape the reserved characters like ?,&,; etc. - uri_escape() doesn't do that by default.

snowcrash
  • Comment on Re: Script call with arguments in a script call with arguments...Possible?

Replies are listed 'Best First'.
Re: Re: Script call with arguments in a script call with arguments...Possible?
by Juerd (Abbot) on May 24, 2002 at 08:14 UTC

    Be sure to escape the reserved characters like ?,&,; etc. - uri_escape() doesn't do that by default.

    Be sure to keep your system up to date (with CPANPLUS for example), because URI::Escape::uri_escape does escape those reserved characters. The default behaviour changed in version 1.16, which was released on August 27th, 2001.

    - Yes, I reinvent wheels.
    - Spam: Visit eurotraQ.