crazyinsomniac has asked for the wisdom of the Perl Monks concerning the following question:
Is there a way to write a self-modifying perl script?
Meaning, I have a perl script, that does something, and it needs to keep track of a counter for example.
Now instead of opening a separate file, that keeps track of the counter, i keep track of it at the end of the perl script that uses it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Self-Modifying-Perl-Script
by chromatic (Archbishop) on Jul 02, 2000 at 23:45 UTC | |
by dse (Novice) on Nov 04, 2015 at 23:26 UTC | |
|
Re: Self-Modifying-Perl-Script
by c-era (Curate) on Jul 03, 2000 at 16:28 UTC | |
|
RE: Self-Modifying-Perl-Script
by BigJoe (Curate) on Jul 03, 2000 at 03:27 UTC | |
by eduardo (Curate) on Jul 03, 2000 at 06:19 UTC | |
|
Re: Self-Modifying-Perl-Script
by Anonymous Monk on Jan 28, 2010 at 01:38 UTC |