Help for this page

Select Code to Download


  1. or download this
        my @F = split /\s*=\s*/;
        
    ...
            \%x;
        } 1 .. $#F];
    
  2. or download this
     my ($toss, @list) = split /\s*([A-Za-z]+)\s*\=\s*/;
     my @row;
    ...
    
     }
     push @rows, \@row;