Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Extracting Text After <pre> tag in HTML

by GrandFather (Saint)
on Sep 22, 2006 at 01:28 UTC ( [id://574285]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $tree->parse ($str);
    
    print $_->as_text () . "\n" for $tree->find ('pre');
    
  2. or download this
    >YBR018C  GAL7  275433  275933
    TTTGATATCACTCACAACTATTGCGAAGCGCTTCAGTGAAAAAATCATAA
    ...
    TTGGCTAGCAAAGATATAAAAGCAGGTCGGAAATATTTATGGGCATTATT
    ATGCAGAGCATCAACATGATAAAAAAAAACAGTTGAATATTCCCTCAAAA
    ATGACTGCTGAAGAATTTGATTTTTCTAGCCATTCCCATAGACGTTACAA
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 01:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found