Skip to content

Instantly share code, notes, and snippets.

@masak
Created March 14, 2009 10:49
Show Gist options
  • Save masak/79046 to your computer and use it in GitHub Desktop.
Save masak/79046 to your computer and use it in GitHub Desktop.
$ perl6 -e 'eval($cmd).perl.say while my $cmd = prompt("pow> ")'
pow> int [~] reverse split "", [*] 1..4
42
pow> [~] sort 'otoW'.split: ''
"Woot"
pow>
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment