Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^5: Split tab-separated file into separate files, based on column name (solved)

by jcb (Parson)
on Aug 28, 2020 at 23:26 UTC ( [id://11121166]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Split tab-separated file into separate files, based on column name (solved)
in thread Split tab-separated file into separate files, based on column name

Try putting open ..., '>', $_ for split scalar <> or similar in a BEGIN block, instead of running it on each loop iteration. :-)

  • Comment on Re^5: Split tab-separated file into separate files, based on column name (solved)
  • Download Code

Replies are listed 'Best First'.
Re^6: Split tab-separated file into separate files, based on column name (solved)
by LanX (Saint) on Aug 28, 2020 at 23:58 UTC

Log In?
Username:
Password:

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

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

    No recent polls found