fucking spamassassin and their fucking memory-hog code.
SCALAR EACH IS YOUR FRIEND, DIPSHIT.
sheesh. I did *not* need to be optimizing code written by people I've never met. (EDIT: though technically, in my mind, addressing 'out of memory' errors that crop up under normal usage isn't optimizing anymore; it's debugginging.)
SCALAR EACH IS YOUR FRIEND, DIPSHIT.
sheesh. I did *not* need to be optimizing code written by people I've never met. (EDIT: though technically, in my mind, addressing 'out of memory' errors that crop up under normal usage isn't optimizing anymore; it's debugginging.)
no subject
on 2005-01-09 09:47 pm (UTC)for $x (keys %y) { ... }
then we should be able to do it for
for $x (grep(/pattern/,keys %y)) { ... }
and, and, and!
(people just like me are why perl is the swiss army chainsaw.)
no subject
on 2005-02-04 09:13 am (UTC)(Bigger chainsaw!!!)