beginners@perl.org

2002-03-28 Thread MarcusWillemsen
Hi all, I have some arrays and like to trigger some events depending on which array or combination of arrays contains data. What I tried was something like: snippet if(@dates && !@themes && !@cities) { #do something with the data in @dates } elsif(!@dates && @themes && !@cities) { #do so

beginners@perl.org

2002-03-28 Thread MarcusWillemsen
Hi Chas, thanks for your reply. The code was the simplified code of a subroutine (below). The Data originates from a Webformula and is passed on to the Subroutine like snippet &extract_data(@datum, @seminare, @staedte); .. .. .. sub extract_data { my $dates = shift; my $themes = sh

Trying to qualify search results

2002-04-12 Thread MarcusWillemsen
Hi everybody, I set up a database (MySQl) for our intranet that holds all the articles written by our journalists. You can do the usual things edit articles, insert new articles and search for articles. The search function is a very plain, full text search for single or multiple words, and se