in reply to Tie() doesn't work

Maybe the script is being run from a different directory? Try chdir or using the full filename + path.

Replies are listed 'Best First'.
Re: Re: Tie() doesn't work
by NeverMore (Acolyte) on Dec 30, 2000 at 06:08 UTC
    nope, same dir.

      I suspect you misunderstood the question. How did you verify that the script is running from the same directory? We aren't talking about the directory that the script resides in, but what the current working directory is when the script is run, which is why chdir was mentioned.

              - tye (but my friends call me "Tye")