Re: Perl & MARC 520

2004-08-12 Thread Ed Summers
I don't feel like I understand the example very well. Have you considered changing the regex to match multiple punctuation marks at the end of line? $abstract =~ m/([a-zA-Z0-9\.]+)[.!?]*\s*$/x; ^ |

Perl & MARC 520

2004-08-09 Thread Liao, Clara
One technical question about Perl & MARC 520 field. Background: There is an ETD (electronic theses) project in my school and students are filling an online form before they publish their theses online. The form requires "Abstract", which will be used as a resource of 520 field. Now