You know how your mind starts to wander after working all day? When I started thinking about storing the data points, my mind went down an unexpected path -- could I write a single script which would not only contain the perl source, but would also contain the configuration information and serve as the repository for the historical trend data? (Please note: even in this strange state, I did not expect to store a "lot" of data, but rather, maybe 48 or so data points for each mount point.)
I guess all this rambling brings me to my real thoughts: For me, at least, this has become an "interesting... see what I can do" problem; has anyone else manipulated a script's source and stored changing data after the __DATA__ token?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Storing changing data within a script after the __DATA__ token
by mirod (Canon) on May 09, 2002 at 15:57 UTC | |
by vek (Prior) on May 09, 2002 at 19:19 UTC | |
by mirod (Canon) on May 09, 2002 at 19:56 UTC | |
|
Re: Storing changing data within a script after the __DATA__ token
by jynx (Priest) on May 09, 2002 at 19:47 UTC | |
|
Re: Storing changing data within a script after the __DATA__ token
by cowens (Beadle) on May 09, 2002 at 18:50 UTC |