Just a couple of quips. Feel free to add some more;)
# If at first you don't succeed, # then skydiving isn't for you. if((!$succeed) && $first) { $skydiving !~ $you; }
On Winning and quiting...
#Quitters never win. $Quitters->never('win'); #Winners never quit. $Winners->never('quit'); #Those who never win and never quit are idiots. @Idiots = ($ThoseWho->never('win'), $ThoseWho->never('quit'));
Read this one here, but don't remeber where. If anyone knows, please /msg me and I will update this.
#You can't make a baby in one month #by getting nine women pregnant. $baby->gestation() != 1 if($women->pregnent(9));

Updates:

  1. $ThoseWho->never('win') was duplicated. Thanks abell
  2. Fixed my sig *blush* (simonm,naChoZ)
  3. $Quitters->never('quit') changed to 'win' (naChoZ)

Kristofer A. Hoch
Quality Assurance Professional
kristoferhoch@yahoo.com

In reply to Translated Quips. by krisahoch

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.