in reply to Re^3: Making a variable in a sub retain its value between calls
in thread Making a variable in a sub retain its value between calls
Yes, but I want this initialization to happen just before run time. There's absolutely no reason, in general, for the initialization of the typical static variable to happen at compile time.
the lowliest monk
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Making a variable in a sub retain its value between calls
by ihb (Deacon) on Apr 19, 2005 at 00:24 UTC | |
by tlm (Prior) on Apr 19, 2005 at 00:36 UTC | |
by ihb (Deacon) on Apr 19, 2005 at 00:44 UTC | |
by tlm (Prior) on Apr 19, 2005 at 01:22 UTC | |
by ikegami (Patriarch) on Apr 19, 2005 at 04:49 UTC | |
| |
Re^5: Making a variable in a sub retain its value between calls
by ihb (Deacon) on Apr 19, 2005 at 16:24 UTC |