Help for this page

Select Code to Download


  1. or download this
    18   56
    25   10
    12   45
    
  2. or download this
    while (<DATA>) {
    ($PDB, $PIC) = split (/\s+/, $_) if (/^\d+.*/);
    ...
    if ($PDB == $NUM17)  {$value = $pic[$count]};
    
    }