NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Blocks in C (Score:3, Informative)
Re:Blocks in C (Score:1)
The great thing about multitasking is that several things can go wrong at once.
Re:Blocks in C (Score:4, Informative)
For example, if SvPOK returns true, then sbegin and len are set and the program execution moves to the first statement _after_ the if/else block, i.e. the "return grok_number".
It's been a loong time since I wrote C, and my memory could be fading, but I'm pretty sure I'm right here.
Re:Blocks in C (Score:1)
The great thing about multitasking is that several things can go wrong at once.
Reply to This
Parent