To the contrary, I've cobbled together functional programs with mysql and have used DBI in the past. In fact, I've worked fairly extensively with databases and basic web development. I've read good chunks of books on databases 20 years ago. But it's not something I use everyday or need to use everyday and anything I learn quickly dissipates until 6 months or a couple years later when I want to work on a project I'm interested in.

Again, I'm not a full-time, professional programmer. I'm not even a part-time programmer. I'm barely an enthusiast. I could avoid making amateurish mistakes by becoming a professional programmer, but that's not my objective. Yup, I am pretty clueless on many things and have only vague ideas on what goes on under the hood. I know enough to be dangerous. I also know enough to get a sense that what I'm doing doesn't quite feel right but I'm not sure what other better, alternative approaches might exist. That's why I appreciate the feedback I get here. I always learn a lot at PerlMonks.

My sole objective is to become as efficient as possible at writing my own programs for my own use that I'm happy with and ones that I don't have to abandon because they are spaghetti code or bug ridden and that aren't too tedious or confusing to write and maintain. And I get a good amount of pleasure encountering the many puzzles programming presents and figuring them out. That's good enough for me.

Thanks for the feedback. Have a good day, bud.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks


In reply to Re^6: Moose::Role to provide DBI interface by nysus
in thread Moose::Role to provide DBI interface by nysus

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.