Skip to content

Instantly share code, notes, and snippets.

@teenst
Created June 28, 2011 17:03
Show Gist options
  • Save teenst/1051601 to your computer and use it in GitHub Desktop.
Save teenst/1051601 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use strict;
use warnings;
use utf8;
use Encode;
binmode STDOUT,':utf8';
while(<>){
print ord $_;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment