in reply to Re^2: Can't use string
in thread Can't use string
Are you referring to the fact that a symbol table is a sort of hash and that the code results in a lookup of the package's symbol table?
If you start calling that a hash lookup, you must also call $_ in print("$_\n") a hash lookup — it's the same op — and the term becomes useless.
No, the OP *isn't* using a hash.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Can't use string
by plobsing (Friar) on Feb 01, 2008 at 05:34 UTC | |
by ikegami (Patriarch) on Feb 01, 2008 at 06:08 UTC |