Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jun 17th, 2018
84
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/usr/bin/perl
open F,"<", "dict.txt";
open Ftmp,">","/tmp/dict.tmp";
@raw_data = <F>;
print Ftmp reverse(@raw_data);
close(F);
close(Ftmp);
Add Comment
Please,
Sign In
to add comment
Public Pastes
standard UNIX sed ported to C#
C# | 1 day ago | 5.06 KB
EXISTENCE > TIME
3 days ago | 0.65 KB
PSY Chat
4 days ago | 1.35 KB
bs.to css 2.0
5 days ago | 5.49 KB
z66is_archive.zip.txt
5 days ago | 10.69 KB
simple mineing
Lua | 5 days ago | 5.29 KB
minecraft_cc_tweek_mineing_ws
Lua | 5 days ago | 9.70 KB
minecraft_cc_tweek_mineing
Lua | 5 days ago | 4.12 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!