in reply to Re^5: latest perl book.
in thread latest perl book.

Thanks once again. "Extremely detailed reporting" is what I'm really interested in. Not sure if Perl will enable me to generate reporting with data and graphs in excel, but if it does, then I'd be a happy camper.

Most of the folks I know seem to believe that python is better suitable for this specific requirement but, I'd take that with a pinch of salt. From what I've seen both languages are equally capable.

Replies are listed 'Best First'.
Re^7: latest perl book.
by stevieb (Canon) on Sep 01, 2020 at 01:07 UTC

    I'm a down right dirty data person myself that can present reports for the best of the C-level folk. I've provided things like this for ages. That said, once you get into fancy stuff like "Excel", that's outside of my league in any language I write in (four fluently, several more on an as-needed basis).

    Any chance you can show a snip of your data, along with a sample of how you want the output to look like?

    Putting data into a spreadsheet is possible in any language. Where Perl excels (no pun intended) is compiling and preparing the data in an extremely efficient, portable, explainable, repeatable and most importantly reliable method where real experts can validate it. Not a bunch of people who just graduated. Not people who are 20 years or so old who think they know because their textbooks say. Perl experts *know* what they're talking about, because we've been at this stuff for decades.

    Again, post example data and example desired output (in <code></code> tags of course), and we'll see.