Help for this page

Select Code to Download


  1. or download this
      my $info1 = grok_file $file1;
      my $info2 = grok_file $file2;
    ...
          } # NET
    
      } # MODULE
    
  2. or download this
    sub diff_gates ( $ $ $ )
    {
    ...
            }
        }
    }
    
  3. or download this
    sub grok_file ( $ )
    {
    ...
    
        return \%info;
    }