If my boss writes if, I write then
If my boss writes do, I write while
If my boss writes for, I write foreach
If my boss writes printf, I write print
If my boss writes chomp, I write chop
If my boss writes oct, I write hex
If my boss writes index, I write rindex
If my boss writes uc, I write ucfirst
if my boss writes grep, I write map
If my boss writes push, I write pop
If my boss writes sleep, I write alarm
If my boss writes use, I write require

If my boss uses `cp`, I use File::Copy
If my boss uses `scp`, I use Net::SCP
If my boss uses `mv`, I use File::Rename
If my boss uses `find`, I use File::Find
If my boss uses `grep`, I use File::Grep
If my boss uses `sqlplus`,I use DBD::Oracle
If my boss uses `mysql`, I use DBD::mysql
If my boss uses `telnet`, I use Net::Telnet
If my boss uses `ftp`, I use Net::FTP
If my boss uses `ssh`, I use Net::SSH
If my boss uses `date`, I use Date::Calc

Everone can continue this, as per your knowledge.
"Keep pouring your ideas"

In reply to If my boss ..... by jesuashok

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.