Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: search and print in perl

by citromatik (Curate)
on Jun 01, 2009 at 12:11 UTC ( [id://767245]=note: print w/replies, xml ) Need Help??


in reply to Re^2: search and print in perl
in thread search and print in perl

it goes on like this, Random ACGT characters for whole 6 lines

If the input is multi-line and you have to match your regexp against the full input (all lines concatenated), then you should strip off the newlines characters of each individual line:

while($line = <IN>) { chomp $line; ## <---- !!! $text .= $line; }

citromatik

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-16 05:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found