in reply to Re: Change the method of checking off nodes
in thread Change the method of checking off nodes

I've never gotten the Tk Newest Nodes Client to work, tho. See Re: Newest Notes by Old Thread vs. New Thread for details. YMMV.

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: Change the method of checking off nodes

Replies are listed 'Best First'.
Re: (tye)Re: Change the method of checking off nodes
by blakem (Monsignor) on Jan 05, 2002 at 06:09 UTC
    I had cookie trouble with the PerlMonks::* modules as well. It was a while ago, but I think these two changes fixed it for me.
    • BEGIN { # This dir needs to be writable by you (or perhaps your webserver). # Your cookie and cache of node information will be stored here # $ENV{HOME} = $ENV{PERLMONKS_RCDIR} = '/path/to/some/writable/dir'; }
    • Using $n->add_pm_cookies() specifically instead of the more general $n->add_cookies().
    If nothing else, tweaking the two environment variables -- HOME and PERLMONKS_RCDIR -- might fix the immediate problem.

    -Blake