Search Results

Search: Posts Made By: summer_cherry
2,186
Posted By summer_cherry
perl: while(<DATA>){ my @tmp = split; ...
perl:
while(<DATA>){
my @tmp = split;
$hash{$tmp[5]}->{prefix}="@tmp[0..4]" unless $hash{$tmp[5]}->{prefix};
$hash{$tmp[5]}->{suffix}.=" "."@tmp[6..$#tmp]";
}
foreach my $key(keys %hash){...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 04:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy