Monthly Archives: March, 2010
IPCalc on Perl
Today I decided to make my own IPCalc program. I had two reason for that. First to learn perl’s binary operations and second one to make some IP calculation points more clear for me.
Clean up the shared memory in Solaris
Here is short trick how to clean the shared memory up in Solaris OS.
Perl performance optimization
I’d like to describe my own experience with perl optimization. There several common way to make you code works more faster.