|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Parse tags into arrays
Hello, I am writing a PERL code. The code is given a file which has data in the format of : Code:
<Tag Name> <Tag value> e.g. : Code:
FIRSTNAME DAVID Now, the file to be processed by the PERL code has data something like this : Code:
TAGSTART FIRSTNAME DAVID LASTNAME RHODES <some other tags> <some other tags> ACCOUNT 1000901 <some other tags> <some other tags> BILLAMOUNT 4200 <some other tags> <some other tags> TAGEND The entire set of tags from TAGSTART through TAGEND are repeated multiple times in a file. The number of times of repetition is not fixed in a file. The PERL code is required to process the file such that we have 1 array of the following pairs : "ACCOUNT" tag value - "BILLAMOUNT" tag value Could please point out any approach that would be the best to achieve this ? Thanks. Last edited by Scrutinizer; 01-15-2013 at 07:54 AM.. Reason: code tags |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I use the arrays ? | dnam9917 | Shell Programming and Scripting | 1 | 09-05-2011 11:12 PM |
| question about int arrays and file pointer arrays | omega666 | Programming | 1 | 03-16-2011 12:15 AM |
| arrays how to? | vlopez | UNIX for Dummies Questions & Answers | 1 | 04-28-2009 09:49 AM |
| PHP arrays in arrays | JerryHone | Web Programming | 3 | 03-13-2009 02:19 PM |
| Arrays | earlysame55 | Shell Programming and Scripting | 2 | 11-06-2008 02:02 AM |
|
|