in reply to web spider
ormap s/\@ulster\.ac\.uk//, @your_array;
if there is a possibility that an array element will hold more than one email address.map s/\@ulster\.ac\.uk//g, @your_array;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: web spider
by merlyn (Sage) on Mar 23, 2006 at 15:30 UTC |