LOL<br><br>He was joking...  The $_ in the message isn&#39;t supposed to be interpolated.  I think you all need to take a break from programming this weekend.  :)<br><br><br><div class="gmail_quote">On Wed, Oct 21, 2009 at 10:58 AM, Jason Rush <span dir="ltr">&lt;<a href="mailto:jason%2Bkcpm@jlrush.com">jason+kcpm@jlrush.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt;&gt; Have you seen the billboard on I-35 south as you pass Mission Road?<br>
&gt;&gt; It uses the default variable:<br>
&gt;&gt;<br>
&gt;&gt; &quot;I&#39;ll quit when cigarettes are $_ a pack.&quot;<br>
&gt;<br>
&gt; You must have added those double-quotes... The actual code must be<br>
&gt; mistakenly single-quoted, so $_ isn&#39;t interpolated. You&#39;d think they would<br>
&gt; have caught that while escaping the &#39; in I&#39;ll.    :)<br>
&gt;<br>
&gt; Can someone take a picture for us out-of-towners?<br>
&gt;<br>
&gt; j<br>
&gt; Omaha.pm<br>
&gt;<br>
&gt;<br>
<br>
The developer could have used the q quoting which would allow for<br>
double and single quotes inside the message.<br>
<br>
print q( &quot;I&#39;ll quit when cigarettes are $_ a pack.&quot; );<br>
<br>
I wish I had checked my email earlier, I would have brought my camera.<br>
 I wonder how long it will take to fix it if it hasn&#39;t been fixed<br>
already.<br>
_______________________________________________<br>
kc mailing list<br>
<a href="mailto:kc@pm.org">kc@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/kc" target="_blank">http://mail.pm.org/mailman/listinfo/kc</a><br>
</blockquote></div><br>