in reply to Re: File::CounterFile problems and hashes
in thread File::CounterFile problems and hashes
I get a "Bad counter magic" error when the value is accessed. Am I accessing the counter file properly?$counter = File::CounterFile->new("./msgid", "1"); $id = $counter->value(); $filename = "pagemsg".$id;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: File::CounterFile problems and hashes
by particle (Vicar) on Oct 24, 2002 at 13:44 UTC | |
|
Re: Re: Re: File::CounterFile problems and hashes
by broquaint (Abbot) on Oct 24, 2002 at 14:01 UTC |