Skip to content

Instantly share code, notes, and snippets.

@colomon
Created July 10, 2014 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colomon/ba1259a1e21b66e2322b to your computer and use it in GitHub Desktop.
Save colomon/ba1259a1e21b66e2322b to your computer and use it in GitHub Desktop.
use v6;
my $not-degrees = qx{ack -l --type=step -v DEGREE}.lines.Set;
my $spheres = qx{ack -l --type=step SPHERICAL}.lines.Set;
say $not-degrees (&) $spheres;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment