Help for this page

Select Code to Download


  1. or download this
    P:\test>perl -MO=Deparse 376142-dl.pl >376142.pl
    376142-dl.pl syntax OK
    
  2. or download this
    if ($line =~ 
        /$atomid.*\s*\w+\s+$resid\s+$atomidmatch.* \w+\s+$residmatch\s+\d\
    +./ 
    ...
        print OUTFILE "array2[$el]\n";
        last;
    }
    
  3. or download this
    sub outputIf {
        my( $line, $atomid, $atomidmatch, 
    ...
        }
        return 0;
    }
    
  4. or download this
    last if outputIf( $line, $atomid, $atomidmatch, $1, $2, $array2[$el], 
    +\*OUTFILE );
    
  5. or download this
    if ($array2[$el + 10] =~ /resid (\d+) and name (H\w+\d*).?\)/ 
    and $array2[$el     ] =~ /resid (\d+) and name (H\w+\d*).?\)/) {
    ...
            }
        }
    }
    
  6. or download this
    @array2 = <KATFILE>;
    chomp @array2;
    ...
        print OUTFILE "$array2[$el]\n";
    }
    
  7. or download this
    sub whileIf {
        my( $arrayRef, $el, $offset, $distfile, $outfile ) = @_;
    ...
        }
        return 0;
    }
    
  8. or download this
    $katfile = '/remote/belgarath/tpukala/pegasus/xplor/signif/25jun2.kat2
    +';
    $outfile = 'temp.kat';
    ...
        }
        return 0;
    }