dbalka
10-07-03, 10:59 PM
I have and HTML page that passess a variable 'DESCRIPTION' (textara) to a perl procedure, which calls another procedures. But the second procedure only sees the first strings in the DESCRIPTION variable.
Eg.
HTML page passes the variable DESCRITION to a procedures called test. Test them does some processing and passed the DESCRIPTION variable to test1
HTML PAGE passess variable DESCRIPTION ('testing commensts') to a procedure in perl call test. Then test procedure passess the variable DESCRIPTION ('testing commensts') to test2. But test2 procedure only sees 'testing' not 'testing commensts' . Why and how do I solve this problem ?
Thanks
Eg.
HTML page passes the variable DESCRITION to a procedures called test. Test them does some processing and passed the DESCRIPTION variable to test1
HTML PAGE passess variable DESCRIPTION ('testing commensts') to a procedure in perl call test. Then test procedure passess the variable DESCRIPTION ('testing commensts') to test2. But test2 procedure only sees 'testing' not 'testing commensts' . Why and how do I solve this problem ?
Thanks