in reply to Re: Is Perl still used in banking and finance?
in thread Is Perl still used in banking and finance?
"...so, may be perl can do excel stuff too?"
It sure can. Search MetaCPAN for Excel and CSV.
A module I use often, in a commercial environment, is Text::CSV. If you choose to use that, I'd recommend installing Text::CSV_XS also, as it will make Text::CSV run faster.
"Lemme check that on google."
When searching for anything related to Perl, I generally follow this order:
That's a non-exhaustive list; it's really intended as a starting set of guidelines for you. I have lots of other Perl-related bookmarks that I use as appropriate; you'll no doubt build up an equivalent set geared towards your needs and interests.
— Ken
|
|---|