The other day I was told that I did not have to name a subroutine wanted just because the directions for File::Find used that name for it. I should have seen that from the get go, but I am one for following directions as written, in this case, sub wanted. Armed with this knowledge now, I can do more. I split up a module into two because I thought there was only on way to get the files found. I could go back and reintegrate them, but I decided to keep these modules, well, modular. :)

Then today, I was fiddling around with notepad++ and the colors for Perl, when I decided to see if the .pl file type was on the list. I clicked on it, then its edit button to see what was associated with it. To my chagrin I found that all this time I was typing perl filename.pl could have just been typed filename.pl.

What was your moment where a little thing just popped up and bit you on the toe?

Have a nice day!
Lady Aleena

In reply to It's the little things... by Lady_Aleena

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.