Skip to content

Instantly share code, notes, and snippets.

@anazawa
Created July 20, 2012 15:19
Show Gist options
  • Select an option

  • Save anazawa/3151287 to your computer and use it in GitHub Desktop.

Select an option

Save anazawa/3151287 to your computer and use it in GitHub Desktop.
規則性があるようなないような -> ない
anazawa@mini ~% perl -MCGI -e 'print CGI::header({ -aaa => 1, -bbb => 2, -ccc => 3, -ddd => 4, -eee => 5, -fff => 6 })'
Eee: 5
Bbb: 2
Aaa: 1
Fff: 6
Ccc: 3
Ddd: 4
Content-Type: text/html; charset=ISO-8859-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment