Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: extracting single column

by moritz (Cardinal)
on Feb 09, 2012 at 12:56 UTC ( [id://952708]=note: print w/replies, xml ) Need Help??


in reply to extracting single column

The solution is to learn Perl, and to understand what you are doing. Seriously, you can't just make up some syntax and hope that perl will magically convert it into a running, correct program.

Check perlsyn or perlintro for the syntax of the foreach loop.

Writing to FINAL (which you've not opened) is going to be disappointing at run time. use warnings; will catch that (see perllexwarn), and please enable use strict; too. See for example RFC: Tutorial: use strict; now what!? for instructions.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-24 02:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found