Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
encoding-out
hakonhagland
May 28th, 2021
(
edited
)
520
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Perl
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
use
strict
;
use
warnings
;
use
open
qw
(
:
std
:
encoding
(
utf
-
8
)
)
;
while
(
my
$line
=
<>
)
{
chomp
$line
;
printf
"%vX
\n
"
,
$line
;
print
$line
,
"
\n
"
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
JavaScript | 1 min ago | 1.18 KB
EARN $900 INSTANTLY 2025 XH
JavaScript | 2 min ago | 0.05 KB
Vehicle spawner for Stars And Stripes Multipl...
Pawn | 4 min ago | 1.72 KB
EARN $900 INSTANTLY 2025 XH
JavaScript | 16 min ago | 0.05 KB
Products.js
JavaScript | 17 min ago | 1.18 KB
database_C2
Python | 18 min ago | 4.02 KB
Untitled
Python | 24 min ago | 1.23 KB
database_C1
Python | 26 min ago | 3.58 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!