in reply to CGI perl reading input from webform in order to split
Don't guess. Add a print statement to your code and see what you are actually getting. '>' is special in HTML and is generally encoded as >. Maybe you are getting an encoded string where you expect an decoded string?
|
|---|