in reply to Reading a DBM file on Windows Machine

Without an error message, it's very difficult to tell you what's wrong.

Looking through the code, I'd use File::Spec's catfile() method instead of "$path/whosonline". I'd also remove the string comparison (eq) for checking to see if $rank is 15.

Those are merely stylistic, probably not fatal.

What does it say with -w and strict?

Replies are listed 'Best First'.
Re: Re: Reading a DBM file on Windows Machine
by perleager (Pilgrim) on May 21, 2001 at 23:07 UTC
    There is no error message when I uploaded it on the windows machine, just doesn't print out what it suppose to.

    Anthony