http://www.perlmonks.org?node_id=64583


in reply to Re: Re: Re: framechat
in thread framechat

BTW, the suggestion on this that I made in the chatterbox was $ENV{TMPDIR} || $ENV{TMP} || $ENV{TEMP} || "/tmp" (with the possiblity of replacing "/tmp" with File::Spec->tmpdir() if you don't mind requiring Perl 5.6) and then dieing if the resulting directory did not exist.

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