"James Edward Gray II" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Okay, I have a very simple script that needs to keep track of a counter
> between runs (the only piece of persistent information). I thought it
> might be simple to just store this counter after __DATA__, instead
James Edward Gray II wrote:
>
> Okay, I have a very simple script that needs to keep track of a counter
> between runs (the only piece of persistent information). I thought it
> might be simple to just store this counter after __DATA__, instead of
> creating an entire config file to hold one numb
Okay, I have a very simple script that needs to keep track of a counter
between runs (the only piece of persistent information). I thought it
might be simple to just store this counter after __DATA__, instead of
creating an entire config file to hold one number. That leads to my
questions.
F