in reply to Re: Parsing un-encoded ampersand in XHTML
in thread Parsing un-encoded ampersand in XHTML
Ok lets see now...
This: $search_bAND
prints one of these: &
I want this:
&
So as I see it AND or bAND means & this is the problem. Like I said I am new to perl (not HTML) If I write $search_b& or $search_& the code breaks. Is there a way to change just the $search_bAND line without breaking the rest of the script?