Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

RE: Re: Parsing web pages (sort of)

by lhoward (Vicar)
on May 25, 2000 at 19:30 UTC ( [id://14773]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -n -e 'while(m/\b(DE\d{6})/g){print "$1\n";}' mypage.html
    
  2. or download this
    perl -n -e 'print "$1\n" while(/\b(DE\d{6})/g)' mypage.html
    

Log In?
Username:
Password:

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

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

    No recent polls found