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

How do I seperate my data in this txt file.

by perltypeofguy (Initiate)
on Mar 03, 2013 at 22:48 UTC ( [id://1021536]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $infile = "COSC146_project01_dataset_2.txt"; #project input file.
    my $outfile = "fileoutput.txt"; # assigned an output file.
    ...
    print OUT "$items[23]\t";
    print OUT"$items[34]\t";
    print OUT "$items[36]\t";
    
  2. or download this
    'Date of Test', 'G400-TYP', 'G400-SN', 'G400-Ver.',
    'G400-USER', 'Mode', 'Result', 'DS400-SN.', and 'DS400-Name' Again, re
    +alize that, for each set of four
    ...
    15.0 ppm 10.0 ppm 2012-06-20 13:41 CAL 20.0 ppm
    OK OK OK -0.3 ppm 0.1 ppm 20.5 ppm 20.3 ppm
    12063580 -default- 2.21 1
    

Log In?
Username:
Password:

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

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

    No recent polls found