in reply to Making a variable in a sub retain its value between calls
You can make your enclosing block a BEGIN block, or you can put it above the rest of your code.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Making a variable in a sub retain its value between calls
by tlm (Prior) on Apr 18, 2005 at 21:50 UTC | |
by ihb (Deacon) on Apr 18, 2005 at 23:41 UTC | |
by tlm (Prior) on Apr 19, 2005 at 00:11 UTC | |
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 16:24 UTC | |
Re^2: Making a variable in a sub retain its value between calls
by crashtest (Curate) on Apr 19, 2005 at 16:39 UTC |