Pages
Categories
Archives
Tags
- adirondack cuisine
- apache
- beef
- C
- CAPTCHA
- CAPTCHA-cracking
- cheese
- chicken
- chinese
- cloud computing
- concert
- Conference
- copyfs
- curry
- EduSec
- eggs
- fruit
- fusion
- Gimp
- grill
- hot
- indian
- italian
- japanese cuisine
- Linux
- mexican
- mod_perl
- mongo
- myspace
- nortel
- peppers
- Perl
- pork
- rice
- Ruby
- salad
- slow cooker
- social networking
- stupid
- tenderloin filet
- thai
- veggies
- wine
Tag Archives: template toolkit
Sorting Strings Ending In Numbers In Perl
Synopsis I deal with a lot of names that look like “somedumbserver2” and “somedumbserver15”. Using Perl’s default sort, “somedumbserver2” comes before “somedumbserver15” because the character “2” is greater than the character “1”, and that’s where the sort stops. This sort, … Continue reading