Reputation: 43
Using the LWP library, I receive JSON data, where the link looks like:
param1=¶m2=¶m3=
When you pull out the value of the link along the way, for some reason pearl replaces the &
symbol with \u0026
.
What to do?
I tried to remove characters by replacing them with regular expressions, but the %5c'
character still appears.
Upvotes: 0
Views: 28