Traditionally parameters that are embedded in a url are separated by an
ampersand.  So a URL might look like http://form.cgi?id=1&foo=bar

The new style is to use semi-colons to separate parameters so it would
look like http://form.cgi?id=1;foo=bar

Embperl does not seem to accept the semi-colon separaters out of the
box.  I'm gone through the documentation, but I can't seem to find how to
change this behavior.  Does anyone know how to have Embperl use
semi-colon's to seperate input fields?

Thank you
John Aughey



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to