- or download this
#!/usr/bin/perl -w
use strict;
...
print "Representing:: ". $cmpd. "\n";
etc...
- or download this
<some loop to read each dssp filename>
dssp_output.pl filename.dssp
<end loop>
- or download this
open (DSSPIN, <>) || die $!;
my $dssp_obj = new Bio::Structure::SecStr::DSSP::Res('-file'=>DSSPIN);
- or download this
@data_from_files = <>;
#Create a new DSSP object
my $dssp_obj = new Bio::Structure::SecStr::DSSP::Res('-file'=>$data_fr
+om_files);
Error: Global system @data_from_files, $data_from_files requires expli
+cit package name