Two Random Things I learned this Week
August 12, 2008
Here are two Random things I learned this week.
The first one is Perl related.
I was trying to use the qq function when I got an error.
The problem was I had the / character inside of my string. Since / is only a delimeter, I changed it to , instead. My code look similar to this:
qq, This is a string with $replacements etc…,
The second one is CSS related.
I was trying to style a DIV but the CSS was not working. It turns out that I had named my class: 360div and Firefox didn’t like it. It worked in IE6. So, I changed the name to div360 and it worked.



















Posted in



