in reply to Re^4: combining 2 files with 4 columns need help
in thread combining 2 files with 4 columns need help
pojmy @dates = (defined $hash{$pk}[1]) ? @{$hash{$pk}[1]} : (); my @rdates = (defined $hash{$pk}[2]) ? @{$hash{$pk}[2]} : ();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: combining 2 files with 4 columns need help
by rruser (Acolyte) on May 29, 2013 at 20:17 UTC |