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