Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Unable to resolve links...

by czech (Sexton)
on Feb 14, 2012 at 00:35 UTC ( [id://953576]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Unable to resolve links...
in thread Unable to resolve links...

In the end, it turned out there was a whitespace character at the end of the string. I guess the moral of this story is - you can never be too careful about testing your input, and never assume you know what's in your data. Thanks for all your help everyone. Corwin

Replies are listed 'Best First'.
Re^4: Unable to resolve links... (>chomp)
by tye (Sage) on Feb 14, 2012 at 01:42 UTC

    I have long advocated using s/\s+$// over chomp because I consider anything where trailing whitespace matters to simply be broken (it also is useful in that it prevents a stray "\r\n" line ending from being a problem).

    - tye        

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://953576]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-18 02:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found