|
|
| "be consistent" | |
| PerlMonks |
Re: Help with socket reading and returningby Caillte (Friar) |
| on Mar 14, 2002 at 14:36 UTC ( #151680=note: print w/ replies, xml ) | Need Help?? |
|
You do not initialise $message before the first time you call: $message = ($message . $check_value);Correct this by using: my $message = '';This page is intentionally left justified.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||