Please let me know if there are better ways to represent the concept I am talking about.

Assuming that you are writing a program 'about' yourself (for career, perl development etc..) , using an object called Perlmonks Website. First, you can define different methods to talk this object. Then, you will call the methods as you need them. Once you define the methods, you just cannot do random things. You strictly have to follow the methods.

Now, we are following this practice to a certain extent. What are the different methods you have defined for 'this' object, which suits your purpose and needs ? Can you write a simple program that uses these methods ?

An example:
Every morning, I login() on Perlmonks and read_newest_nodes(). I reply_to_nodes(which can use my knowledge and wisdom). In my spare time I often read_snippets() and sometime contribute_snippet() also. Every evening I hangout_at_pmchat() and discuss(non_perl_things). While driving I ponder_over_meditations().

Understanding of common practices of using Perlmonks, over the years could lead to a better and efficient use of the site for given individual.

Update: Fomatted question 'boldly' after pboin's comment.

--Artist

In reply to An Object: Perlmonks Website by artist

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.