Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: web spider

by monkey_boy (Priest)
on Mar 23, 2006 at 13:55 UTC ( [id://538744]=note: print w/replies, xml ) Need Help??


in reply to web spider

Use a regex, see the docs
for my $email (@addresses) { if ($email =~ m/^(.*?)ulster.ac.uk/) { print $1 , "\n"; }; };



This is not a Signature...

Log In?
Username:
Password:

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

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

    No recent polls found