Herro there :) i'm having serious trouble understaning even the basics of regular expressions in perl. im trying to make a rainmeter skin that lets you search google from desktop and parses the first five links, and a picture if possible.

Recommended Answers

All 2 Replies

Here are two references for learning regular expressions, one site and one book. I recommend you get the book and study it, and also study the site. The site is www.regular-expressions.info. The book is called Mastering Regular Expressions.

In addition to what as been said here. Maybe you could start with following documentation right from on top of your system, it will cost you nothing but time. Just type the following on the CLI perldoc perlrequick, for a quick start. Then a bit longer one perldoc perlretut. You can also see perldoc perlre.
I think those should get you started.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.