1
vote
2answers
98 views
Is there a simple way to match more than 1 occurence of a specified string on each line?
Hi, I've been trying to do the following:
if (m/(foobar)\{2,}?/ig)
to process a file and only act on those lines where greater than 2 occurences of 'foobar' are p …
4
votes
1answer
65 views
Control logic using HTML::Template
Just a couple of quick questions. If I'm writing CGI programs to create web pages via HTML::Template, then do I have t …
0
votes
Is my book too old to learn from? (perl)
There are also plenty of tutorials and blogs on the web, to supplement your learning (along with the standard sites like PerlMonks, this site etc). Try this one:
…
0
votes
Can I display the output of MySQL using CGI?
I too wondered if it were difficult to display Mysql database records using cgi on web pages. Here's a link to how I did it (although it's fairly basic, it really wasn't too difficult):
…
