in reply to Re: Data::UUID -D_STDIR= C:/tmp
in thread Data::UUID -D_STDIR= C:/tmp

It is constant from Makefile.PL for default store uuid data. better is something more general , not C:/tmp or %temp%

Thanks

Replies are listed 'Best First'.
Re^3: Data::UUID -D_STDIR= C:/tmp
by CountZero (Bishop) on Oct 18, 2009 at 11:50 UTC
    C:/tmp or %temp% seems to be a perfectly good and usual place to store some temporary data. What alternatives did you have in mind?

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

      ok, i found its %ALLUSERSPROFILE%
        Does unix have like %ALLUSERSPROFILE% ?