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...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 18th of Jan 2009 08:34:54 AM Download | Raw | Embed | Report
  1. #!/usr/bin/perl
  2.  
  3. use strict;
  4. use warnings;
  5.          
  6. my $hex = shift(@ARGV);
  7.        
  8. $hex =~ s/ //g;
  9. $hex =~ s/://g;
  10. $hex =~ s/([a-fA-F0-9]{2})/chr(hex $1)/eg;
  11.  
  12. print $hex, "\n";
Submit a correction or amendment below. [ previous version ] | [ difference ] | Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: