Hello "use Perl" World! My name is Eyi, and I'm trying to learn Perl. I first started learning programming a year ago, and I learnt C++. Last Summer, I had to do my project in C# so I ended up learning that too. So I thought, I know C++ and C#, I'm good to go! Now I have to learn Perl. It's been pretty straighforward so far, and for that I'm grateful. But I've been stuck in a rut for two days and I need help! I've been using a book, "Perl: Your Visual BluePrint for Building Perl Scripts" and I think it is a good book. I ordered another book online but it hasnt come yet. Basically, my challenge right now is to find a way of * reading in the data in a particular column of the sheets of an excel file * searching through two lists of names for close matches, not exact matches. So if anyone happens to come by here and see this, and you have an answer, please please leave me a comment and I'd really really appreciate it! Thank you!
The FAQ for this site sorta tells you that but doesn't have a link to places where you can get answers to your kind of question.
Please help us improve "use Perl;" by replying to this post and telling me what site or sites you've tried already in order to find a place to get an answer to your question.What's this site for?Thanks for asking. This site is intended (for now) to be a site where the Perl user community can get information about and discuss the latest news and issues related to Perl. This site is not (for now
:) intended to be a help desk. General "how do I do $x?" questions can be answered in many other places online, including the many Perl mailing lists and news groups.
Here's a good one, for example (though I'm curious to know if and how you found it already): http://faq.perl.org/
I'm not sure there's any way for me to contact you by email through "use Perl;" -- I don't think so, because your email address is set to be not shown publicly -- but feel free to email me directly at my email address (click on my name, elsewhere on this page) if you'd prefer.
Perl is a great language with a great community of users. Welcome!
Re:Welcome Aboard The Crazy Train
eyidearie on 2005-07-07T18:22:10
Hi L~R, I'm checking out PerlMonks.org.. About d Excel, It's the former so I downloaded the Spreadsheet::ParseExcel module n I'll see how that works By 'close match" I meant, for example, if it compares Ann Palemoon and Anne Palemoon, it should return a match. I'll check the modules you mention out. Thanks a lot, I really appreciate it. Eyi.Re:Welcome Aboard The Crazy Train
runrig on 2005-07-07T20:05:15
Spreadsheet::ParseExcel::Simple might be easier to work with.
Re:Books
cog on 2005-07-07T15:55:44
and tell us how it didI really mean that
:-) Looking forward to the results :-) Re:Books
eyidearie on 2005-07-07T18:16:41
Wow... that's some research you did right there! Thanks a lot, it's certainly helpful:-)