Regular Expression

2003-07-15 Thread Nick Diel
I am having a hard time getting a regular expression to work the way i want it to. Take the following text: bla bla bla (la la) bla bla (di da) I want to extract the la la to one variable and di da to antoher variable. What I have tried so far is using match variables, but so far I am only able

Perl Monitor MySQL Table

2003-07-02 Thread Nick Diel
I am working on a project where machines will use a perl script to write to a table in a MySQL database. I want a perl script to run everytime there is a new entry, but I don't know how to trigger the perl script when there is a new entry (the perl to be triggered will be sitting on the same box a