Haven't done github yet, but I'm learning so much by the "acting as if" I'm releasing a distribution that I won't stop. I started my main project here: https://github.com/TBlazer66/hello-world/blob/master/g8.pl . Why this file? It's what I had.

This represents the extent of my forward progress with this material: https://github.com/TBlazer66/hello-world/blob/variations-on-FindFile/g10.pl One sees that this is a different branch, and that one would see that in the path for it to be posted on the internet is my little revelation of the last half hour. Also, I took to heart your suggestion to run this code on two different systems, and I did that today. I found the output striking. First for windows, and then for the dual boot ubuntu:

C:\Users\Fred\Documents>perl g10.pl C:/Users/Fred/Documents/coconuts/html1/lib/html1.pm html1.pm: access age in days: 0.1580 C:/Users/Fred/Documents/MyModule/lib/MyModule.pm MyModule.pm: access age in days: 2.7172 C:/Users/Fred/Documents/perl5/lib/perl5/Module/CoreList.pm CoreList.pm: access age in days: 0.1679 C:/Users/Fred/Documents/perl5/lib/perl5/Module/CoreList/TieHashDelta.p +m TieHashDelta.pm: access age in days: 0.1679 C:/Users/Fred/Documents/perl5/lib/perl5/Module/CoreList/Utils.pm Utils.pm: access age in days: 0.1679
$ perl g10.pl /media/fred/Windows8_OS/Users/Fred/Documents/MyModule/lib/MyModule.pm MyModule.pm: access age in days: 2.7315 /media/fred/Windows8_OS/Users/Fred/Documents/perl5/lib/perl5/Module/Co +reList.pm CoreList.pm: access age in days: 0.1822 /media/fred/Windows8_OS/Users/Fred/Documents/perl5/lib/perl5/Module/Co +reList/TieHashDelta.pm TieHashDelta.pm: access age in days: 0.1822 /media/fred/Windows8_OS/Users/Fred/Documents/perl5/lib/perl5/Module/Co +reList/Utils.pm Utils.pm: access age in days: 0.1822 /media/fred/Windows8_OS/Users/Fred/Documents/coconuts/html1/lib/html1. +pm html1.pm: access age in days: 0.1723 $

This will be no surprise to the others, but for me to see consistent data across platforms made my jaw drop.

I'm trying to get my head around how changes get made with this toolchain, s.t. one can have as much backup as one wanted to create version numbers in branches. That's a way in which my self-replicating templates weren't working...they never could keep track of whatever rabbit they were chasing. Again, I truly appreciate people who take the time to read my posts, weigh it on their minds, and respond with perl, tips, tricks, and methods....


In reply to Re^4: using File::Find to find recently-installed modules by Aldebaran
in thread using File::Find to find recently-installed modules by Aldebaran

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.