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

Re^3: Regex only returning partial data

by FunkyMonk (Chancellor)
on Jun 06, 2008 at 18:11 UTC ( [id://690726]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (<DATA>) {
        print "/", m{ - (.*?)\s*</title>}, "/\n";
    ...
    <title> GRP-124-8 - Alkaline Rust Remover Solution (Cadilac HTP-1150 -
    + Rust Remover)</title>
    <title> GRP-124-9 - Alkaline Rust Remover Solution (Cadilac HTP-1150L 
    +- Rust Remover)</title>
    <title> GRP-124-10 - Alkaline Rust Remover (Titanium Long Soak)";
    
  2. or download this
    /usr/bin/perl -w /home/bri/git/cvsid/pm
    /Grinding And Cutting Solution (ACME PR50 - Water Type)/
    ...
    /Alkaline Rust Remover Solution (Cadilac HTP-1150 - Rust Remover)/
    /Alkaline Rust Remover Solution (Cadilac HTP-1150L - Rust Remover)/
    //
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2025-03-16 12:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (54 votes). Check out past polls.