![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | 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. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Perl : Process a file in perl | deo_kaustubh | Shell Programming and Scripting | 4 | 09-29-2009 09:44 AM |
| perl -write values in a file to @array in perl | meghana | Shell Programming and Scripting | 27 | 06-07-2009 06:05 PM |
| Simultaneous file read operation | chibob | UNIX for Dummies Questions & Answers | 5 | 10-20-2008 07:02 AM |
| Benchmarking NFSv3 vs. NFSv4 file operation performance | iBot | UNIX and Linux RSS News | 0 | 06-20-2008 05:20 AM |
| line operation in a file | Musaroro | Shell Programming and Scripting | 4 | 05-26-2008 12:19 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
CVS file operation in Perl
Hi All,
I have one CVS file, and doing some actions on it. I have removed some columns by Code:
SWITCH: {
$column eq 'COL1' && do {next;};
$column eq 'COL2' && do {next;};
push(@columns, $column);
}
Code:
Input: COL23,COL3,COL21 Output: COL23,COL21,COL3 ---------- Post updated at 02:25 AM ---------- Previous update was at 12:31 AM ---------- no worries dudes.... done with the solution... ![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|