Re: Perl equivalent of JavaScript match

2005-10-11 Thread Angshu Kar
Hi Todd, I'm completely new to perl. I'm have to work in biology using perl, postgresql (as database) and clustalw or multalin (as the alignment tool). I'm stating my problem briefly: In the postgresql db the data is clustered using complete linkage clustering. I've to connect to that db, fetch t

Re: Perl equivalent of JavaScript match

2005-10-11 Thread Todd W
"Frank Geueke" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi. I need to grab regex matches from a string in > perl. The string is an enum data type in Mysql. i.e. > enum('Berks','Carbon','Lehigh','Montgomery') > So basically I need a match on alphabetic chars > between single

Perl equivalent of JavaScript match

2005-10-11 Thread Frank Geueke, III
Hi. I need to grab regex matches from a string in perl. The string is an enum data type in Mysql. i.e. enum('Berks','Carbon','Lehigh','Montgomery') So basically I need a match on alphabetic chars between single quotes. No problem. But I'd like to be able to grab each match and store it in an a