Skip to content

Instantly share code, notes, and snippets.

@Songmu
Created November 17, 2014 15:04
Show Gist options
  • Select an option

  • Save Songmu/dd981a15e1947b5f6b76 to your computer and use it in GitHub Desktop.

Select an option

Save Songmu/dd981a15e1947b5f6b76 to your computer and use it in GitHub Desktop.
use 5.014;
my $str = "
abc";
say ord($_) for split //, $str;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment