Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: problem parsing html

by Anonymous Monk
on Jul 15, 2009 at 15:08 UTC ( [id://780352]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print $1 qq{\n};
    $chain=$1;
    push @chains, $chain;    #I want to extract the chains....A,B,C,D,E,F,
    +H,I,J,K,L
    
  2. or download this
    print "chain = $1\n";
    push @chains, $1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-23 15:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found