in reply to problem prototyping a self-recursing function
sub foo ($$$); # your code sub foo ($$$) { # ... foo(...) if ...; # ... }
_____________________________________________________
Jeff[japhy]Pinyan:
Perl,
regex,
and perl
hacker.
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: problem prototyping a self-recursing function
by Rex(Wrecks) (Curate) on Dec 07, 2001 at 03:00 UTC |