Sheena Sidhu wrote: > > Hi, > > Since I am currently learning Perl, I was wondering if there are any > links that the community is aware of that has some good exercises to > try ones hands on? > > Thanks,
i don't know such a web site but Perl has a faq where there are many many beginner questions such as: How do I perform an operation on a series of integers? How do I count the number of lines in a file? How can I quote a variable to use in a regex? ... etc etc of course the faq also came with answer to those questions, but if you simply want to learn and try, you can try them before you look at the answer. after you came up with an answer, you can then compare it with the "official" answer from the faq to look at the faq: perldoc perlfaq4 perldoc perlfaq5 ...etc david -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]