I get it; you love Perl, are fascinated by the language, cheer for its success, and feel it should have more tutorials.

You're also interested in learning how to deal with CSV and STATA data. You're familiar with PDL and PDL::Stats, so you also know about CPAN.

I'm a little bewildered why you haven't used http://search.cpan.org to discover Text::CSV and Parse::Stata::DtaReader. They both come with decent documentation, and the modules' authors wrote the documentation for the purpose of assisting users in learning to utilize these tools.

The Perl community, like most informal programming communities, relies on every day users, like yourself, for producing tutorials in the specific areas of their own interest. I suggest you read the documentation on those modules, search, research, practice, try, and learn. Once you've become comfortable with the problem domain, contribute that tutorial yourself.

If I were to write a tutorial for you, that's what I would have to do; read, search, research, practice, try, and learn... then contribute. But in the end I would have learned more in producing a tutorial than you would learn reading it. Don't deprive yourself the opportunity to maximize your own learning. If it interests you, and you are willing to put in the work to learn, then you will qualify yourself to contribute a tutorial. That's how people "give back" in the Perl community.


Dave


In reply to Re: About reading stata and csv data file by davido
in thread About reading stata and csv data file by caresuman

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.