-
Calls to action
-
If you use Perl…
-
Fixing CVS annotate
-
Perl is everywhere!
Something which is not appreciated enough IMHO is just how much of the interwebs runs on Perl: for example Frozen Bubble is written in Perl. Also, from some error messages I’ve got the impression Yahoo Pipes uses (is written in?) Perl. And just before you accuse me of being a Perl fanboy (which I am…
-
Perlmonks passwords compromised
Just on the off-chance that you read this blog, have a Perlmonks account and haven’t heard already (even though notification emails have been sent AFAIK): The perlmonks server has compromised and the entire user database was accessible to the attacker. What is even worse, the passwords were in cleartext (so they are directly accessible without…
-
Update to OVScan
I finally had a little free time to work on the OVscan script. Here are the updates: updated to the latest changes in VirusTotal updated to the latest changes in Jotti added a new scanner site (NoVirusThanks). Unfortunately they currently seem to be down for maintenance disable Virscan.Org, since they are down since a couple…
-
Profile first!
-
Comparing CVS revision numbers with Perl
Update: see a faster version here. However, make sure that you’ve nailed the problem down before starting to optimize. (The profiler is your friend) The code below was only lightly tested and isn’t all that efficient, so use it at your own risk. It returns –1 is the first version is smaller, 1 if it…
-
Quirky Perl tricks