Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: print to match multiple pattern

by prashantktyagi (Scribe)
on Sep 10, 2012 at 11:35 UTC ( [id://992729]=note: print w/replies, xml ) Need Help??


in reply to print to match multiple pattern

You forgot to mention the issue.. :P

Replies are listed 'Best First'.
Re^2: print to match multiple pattern
by vis1982 (Acolyte) on Sep 10, 2012 at 11:40 UTC
    Desired output comes as ..

    Use of uninitialized value $t7 in pattern match (m//) at ./program_2.pl line 14.

    Use of uninitialized value $t7 in pattern match (m//) at ./program_2.pl line 14.

    Use of uninitialized value $t7 in pattern match (m//) at ./program_2.pl line 14.

      So, have you looked at the contents of @t? Have you verified that it contains what you want? Perl starts counting array indices at 0. Are you sure that the data in the eighth column is what you want?

        Yes the data in the 8th column that shows "HIGH", "LOW", "LRR"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-18 14:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found