Why the length is not coming out? Any ideas?

#################################################

my @aho = ("fgfgfgf", "fgfgfgfgf", "fgfgfgfg");

my $length += length($_) for @aho;

print "Content-type: text/plain\n\n";
print "$length";

#################################################

Thanks,
Sara.



Reply via email to