in reply to Re^4: Iso electric point calculation using perl
in thread Iso electric point calculation using perl

correct this:

my @aa= qw(A R N D C Q E G H I L K M F P S T W Y V); my $aa= join("\t", @aa);
assign a new variable for $aa.

and this:

$ph++= 0.01;

into:

$ph+= 0.01;