Help for this page

Select Code to Download


  1. or download this
    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';
    }