Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Bypass utf-8 encoding/decoding?

by ikegami (Patriarch)
on Dec 01, 2017 at 16:23 UTC ( [id://1204664]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Bypass utf-8 encoding/decoding?
in thread Bypass utf-8 encoding/decoding?

use utf8; simply tells Perl that your source code is encoded using UTF-8 (as opposed to ASCII). It would have no effect in my program.

Furthermore, the subs provided by the module are always loaded, so I don't need to explicity load the module (use utf8 ();) to access them.

Replies are listed 'Best First'.
Re^4: Bypass utf-8 encoding/decoding?
by karlgoethebier (Abbot) on Dec 01, 2017 at 16:51 UTC
    "...no effect..."

    Yes. Thank you very much ikegami 👍. choroba already advised. Best regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

    perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

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

    No recent polls found