Let it spin!Iowa State UniversityComplex Computation LabIowa State UniversityLet it spin!

GoogleWebmail

 

Vect Tutorial: Numerical Data Extraction

Vect

Installing Perl
-Mac
-Windows

-Unix

Download

Change Log

Documentation

-Reference Manual

-GenBank Data Extraction

-Statistical Data Extraction

-Numerical Data Extraction

- Patent Calculation

FAQ

Cookbook

Part III: Manipulating Data with Perl (continued)

To reduce the clutter, let's delete the following:

- let's delete all the lines with # in front of it. After you delete them, you should get something like this:

- Remove the line "my $count = 0;". We will not be using this count variable.

- Let's also remove the part "('Total lines processed: ' . $count) " from the line that contains "return ('Total lines processed: ' . $count) if !defined($input1);"

- remove the line $count++;

Now we are done removing the things we don't need. Doesn't it look less intimidating now? :D