in reply to Re: Re: Why is my data structure wrong?
in thread Why is my data structure wrong?
As proof, run these in the Perl debugger. (The first x is the 'display this data' instruction to the debugger.) You could also check the source code (pp.c) where the repeatcpy() C function or macro is employed.
x map \$_, ("japhy") x 5; x ([]) x 5;
_____________________________________________________
Jeff[japhy]Pinyan:
Perl,
regex,
and perl
hacker, who'd like a job (NYC-area)
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Why is my data structure wrong?
by grantm (Parson) on Jun 25, 2002 at 08:26 UTC | |
|
Re4: Why is my data structure wrong?
by Hofmator (Curate) on Jun 25, 2002 at 08:58 UTC |