Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Unable to resolve links...

by apl (Monsignor)
on Nov 05, 2010 at 11:53 UTC ( [id://869651]=note: print w/replies, xml ) Need Help??


in reply to Unable to resolve links...

Try chomp on what you read from the file.

Replies are listed 'Best First'.
Re^2: Unable to resolve links...
by czech (Sexton) on Nov 05, 2010 at 17:52 UTC
    sorry my formatting was so poor. If you look closely at the reformatted post, you will find chomp is there. Thanks for the reply. Corwin
      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

        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://869651]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-19 22:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found