in reply to Re: Re: Searching data file
in thread Searching data file
And how to store the returned hash structure by the subroutine needs to be revised too since there can be multiple authors. That should be a simple exercise.my @author = $rec =~ m/<key>\s*([^<]*)(?=<)/g; $col{author} = \@author;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Searching data file
by Anonymous Monk on Nov 03, 2003 at 09:32 UTC |