in reply to Re: Idiomatic optimizations
in thread Idiomatic optimizations

A lot of people say "$foo" because they have some experinece in c-shell or the like, where $foo == 'a' can turn into / == 'a' as opposed to '/' == 'a' which causes an error. I find it doesn't bug me as much as it used to.

 
______crazyinsomniac_____________________________
Of all the things I've lost, I miss my mind the most.
perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;"