January 2017 Archives

Perl Challenge: Fun with Character Classes

Perl Challenge="font-size:12.0pt; mso-ascii-font-family:Calibri;mso-fareast-font-family:"Tim…

Three Sort Functions

Everyone (I’d have to assume) has written the two basic sort functions

  # sort strings case-insensitively…

Swapping Things

So we all know the COMPSCI 101 method of swapping two variables:
  $tmp = $x; $x = $y; $y = $tmp;/users/morandimus/2017/01/index.html

qk: Quote Membership Hash Keys

I recently ran across an article (http://neilb.org/2016/08/08/quoted-words-arrayref.html) by neilb, advocating for a /users/morandimus/2017/01/index.html

Symbolic xor

Why doesn’t Perl have a symbolic logical ="font-size:12.0pt;font-family:"Courier New";mso-fareast-font-fam…

About morandimus

user-pic My real name is Jeremy Holland. I've been a programmer for 25 years, using primarily Perl since 2000.