Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: web spider

by socketdave (Curate)
on Mar 23, 2006 at 14:04 UTC ( [id://538746]=note: print w/replies, xml ) Need Help??


in reply to web spider

When posting this type of question, you'll generally get a better response if you take a shot and post the code that's not working for you. That said, you might want something like this:
map s/\@ulster\.ac\.uk//, @your_array;
or
map s/\@ulster\.ac\.uk//g, @your_array;
if there is a possibility that an array element will hold more than one email address.

Take some time and look up 'map' and s///. There is MTOWTDI, and there are more basic solutions to this problem.

Replies are listed 'Best First'.
Re^2: web spider
by merlyn (Sage) on Mar 23, 2006 at 15:30 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://538746]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-25 12:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found