This is something that spawned from a line I came up with that applies to everything that needs fixing.

You can fix anything with a bit of C4 and Guntape! i would say.

So the story goes on...
I was trying to findout if I had extra slots for more memory on my motherboard. I asked my buddy, "Can I find out how many slots are available on my motherboard without pulling out the C4 and Guntape?"

surely enough he showed me how to get it. Smugly he says, "Well, you didnt need to use C4 and Guntape on your PC. But it looks like I need to put some on my Perl."

Low and behold came this bit of coding pun.

#!/usr/bin/perl $perl = C4 and Guntape; print $perl;

To his surprise it worked however not how he expected...
When the program printed out C4 only he said, "WoW! It not only worked but it appears that I dont need Guntape after all!"
This may not be the best poetry, but anything involving "C4 and Guntape" is poetry to my ears


In reply to C4 and Guntape by zer

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.