in reply to Function Confusion
Im getting an syntax errors near $bias and buffer++. do i need semicolons after these, because when i put them in, it still does not work. Thanks.sub fireball{ my $uint32_t = \buffer; my $word_count; my $bias; ( uint23_t checksum = $bias while($word_count); { checksum += \buffer word_count-- buffer++ } return checksum )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Function Confusion
by moritz (Cardinal) on Jul 09, 2009 at 21:34 UTC | |
|
Re^2: Function Confusion
by stevemayes (Scribe) on Jul 10, 2009 at 05:53 UTC |