Search Results

Search: Posts Made By: summer_cherry
3,207
Posted By summer_cherry
hope below perl can help a little. Just put...
hope below perl can help a little.

Just put them in 8 different array.

#!/usr/bin/perl
$n=0;
open FH,"<a.txt";
while(<FH>){
next if /(\{|#)/;
$n++ if /\}/;
my @tmp=split(/ */,$_,3);...
Showing results 1 to 1 of 1

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