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

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.

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