untested
my $string = "some string"; my $sum = 0; $sum += ord($_) for( split('',$string) ); [download]
In reply to Re: Binary value of string by bluescreen in thread Binary value of string by packetstormer