Skip to content

Instantly share code, notes, and snippets.

@gaurav
Created January 21, 2009 12:14
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 gaurav/49959 to your computer and use it in GitHub Desktop.
Save gaurav/49959 to your computer and use it in GitHub Desktop.
perl -ne 'lc; $total = length; s/[^l]//g; print "Total: $total\tLs: " . length($_) . "\n";'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment