I'm trying to pass a large array of strings to a Embperl document whose sole
purpose is to display fatal errors. The method errors() returns an array reference
to an array that contains the following strings:
Mail address error: Missing street address
Mail address error: Missing city/province
Mail address error: Invalid or missing zip code
Work address error: Invalid union name
Missing or invalid home phone number
I've tried the following:
<a href="http://[+$ENV{SERVER_NAME}+]/error.epl?msg=[+$a->errors()+]">Errors</a>
It works to the point that it returns all the errors messages in this link but when I
click on the link error.epl doesn't seem to receive all the strings. The actual
expansion of this becomes:
<a href="http://localhost/error.epl?msg=Mail+address+error:+Missing+street+address=
Mail+address+error:+Missing+city/province&Mail+address+error:+Invalid+or+missing+
country=Mail+address+error:+Invalid+or+missing+zip+code&Missing+or+invalid+home+phone+
number=">Errors</a>
If in error.epl I have the following: [+ $fdat{msg} +] nothing is displayed.
TIA.
--
__________________________________________________________
Mr. Erich L. Markert [EMAIL PROTECTED]
Computer Learning Center TEL (914)422-4328
Pace University
1 Martine Ave
White Plains, New York 10606-1932
Those who do not understand Unix are condemned to reinvent it, poorly.
-- Henry Spencer