Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Difference between these two filenames / strings

by LanX (Saint)
on Sep 12, 2019 at 18:50 UTC ( [id://11106088]=note: print w/replies, xml ) Need Help??


in reply to Diiference between these two filenames / strings

Please follow the advice given in SO:how-can-i-dump-a-string-in-perl-to-see-if-there-are-any-character-differences and dump both strings either with

 perl -MDevel::Peek -e 'Dump "ABC"'

or

use Data::Dumper; local $Data::Dumper::Useqq = 1; print(Dumper("ABC"));

to see what's happening.

We can't tell how your data-sources encoded your strings and you haven't even used code-tags to help us at least a bit.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Update

changed tiitle to make a difference

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-23 06:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found