Skip to content

Instantly share code, notes, and snippets.

@jnbek
Created May 24, 2011 19:07
Show Gist options
  • Select an option

  • Save jnbek/989419 to your computer and use it in GitHub Desktop.

Select an option

Save jnbek/989419 to your computer and use it in GitHub Desktop.
print gibberish
@a=("a".."z","A".."Z",0..9);print join "",(map{$a[rand @a]}@a)[0..(rand(100))],"\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment