Re: Editing __DATA__

2003-09-24 Thread Todd W.
"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

Re: Editing __DATA__

2003-09-24 Thread Rob Dixon
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

Editing __DATA__

2003-09-23 Thread James Edward Gray II
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