in reply to Data-Parsing: parsing a huge number of files
Here is a brief sample of my input data:Here is a brief sample of what I want my perl script to produce as output:(brief sample of data, with at least one example of each thing to be c +aptured)Here is the perl code I've tried so far:(brief sample, with "# comments" if needed, of what you want to create +)#!/usr/bin/perl use strict; use warnings; # whatever you've got in terms of perl code...
Organize your thoughts so that you can pose a clear question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re2: Data-Parsing: parsing a huge number of files
by Perlbeginner1 (Scribe) on Sep 23, 2010 at 10:50 UTC |