- or download this
$i=0;
while ($line=<SOLVFILE>)
...
chop($line); # use "chomp" here, not "chop"
...
}
- or download this
my_script.pl file1 file2
- or download this
#!/usr/bin/perl -w
...
}
}
}
- or download this
for my $i ( 0 .. $natms{$f1}-1 ) {
...
}
}
}