Search Results

Search: Posts Made By: shristi
3,035
Posted By pseudocoder
a) put the splitted stuff in another temporary...
a) put the splitted stuff in another temporary array, e.g. @rowarr
b) my $noofelements=@rowarr;

Try to replace this:
($a,$b,$c)=split(/\|/,$element);
print "$a\t$b\t\t$c\t\t\n";
print $_;...
Showing results 1 to 1 of 1

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