Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Perl script to print Next line after Pattern Matching

by vt220 (Scribe)
on Dec 20, 2011 at 16:33 UTC ( [id://944421]=note: print w/replies, xml ) Need Help??


in reply to Perl script to print Next line after Pattern Matching

You seem to flip-flop whether or not you are going to use "$_" or "$line" inside the while loop. The data is read into variable "$line" but you chomp "$_". The "if" statement is doing nothing with "$line" and neither is named on the print statement.

In your case, I would follow the previous advice of producing a tab delimited file for import into Excel.

  • Comment on Re: Perl script to print Next line after Pattern Matching

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://944421]
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: (6)
As of 2024-04-24 06:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found