in reply to Re: Re: Re: Re: Tie::File strangeness with unshift
in thread Tie::File strangeness with unshift
tie my @array, 'Tie::File', "file.txt";
instead of the 3 lines you had before.
This is probably a difference in versions of Perl builds or in Tie::File. If my suggestion works - chalk it up to dumb luck - if it doesn't - try updating your Tie::File module on the server that doesn't work.
Cheers - L~R
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Re: Tie::File strangeness with unshift
by u914 (Pilgrim) on May 26, 2003 at 00:53 UTC |