
FishMonger
Veteran
May 3, 2009, 10:27 AM
Post #6 of 8
(3009 views)
|
|
Re: [KevinR] "HTTP::Headers" error on apostrophe in URL
[In reply to]
|
Can't Post
|
|
My bad...I should have done a copy/paste. The original post had used double quotes which would have caused a problem with %27 because Perl would have attempted to interpolate that as a hash and if running under strictures, that would cause a compilation error. I'll leave it to the reader to determine why it would be a compilation error.
Can't use global %27 in my at ... My bad, again. Yes Kevin, you're right. I forgot that fact.
(This post was edited by FishMonger on May 3, 2009, 10:30 AM)
|