Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Create separated column for my file

by 345qwerty (Novice)
on Aug 10, 2017 at 10:47 UTC ( [id://1197150]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict; 
    use warnings;
    ...
        }
    
    print for @column;
    
  2. or download this
     
                            if(abs($count)>=7) {
                 chomp($column[$_]);
    ...
                       $column[$number] = $column[$number]."\tOUT\n";     
    +  #OUT if < 8
                       $number++;
                 }
    

Log In?
Username:
Password:

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

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

    No recent polls found