Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              '34k' => {
    ...
               etc...
    
            };
    
  2. or download this
    foreach my $lig (%{$ligHash})
    {
    ...
        print TEMP Dumper($ligand);
        close TEMP;
    }
    
  3. or download this
    $VAR1 = '34k';
    $VAR1 = {
    ...
                      }
                etc..
            }