Subdomain Posts
Perl | 428 days ago
Bash | 717 days ago
Bash | 719 days ago
Bash | 719 days ago
Bash | 719 days ago
Recent Posts
None | 12 sec ago
PHP | 17 sec ago
None | 1 min ago
Python | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
SQL | 1 min ago
None | 1 min ago
Delphi | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Anonymous on the 18th of Jan 2009 08:34:54 AM
Download |
Raw |
Embed |
Report
#!/usr/bin/perl
use strict;
use warnings;
$hex =~ s/ //g;
$hex =~ s/://g;
$hex =~ s/([a-fA-F0-9]{2})/chr(hex $1)/eg;
Submit a correction or amendment below.
[ previous version ] | [ difference ] | Make A New Post