Path: usenet.cise.ufl.edu!newsfeeds.nerdc.ufl.edu!news.ecn.ou.edu!newsfeed.berkeley.edu!cyclone.bc.net!newsfeed.direct.ca!newsfeed.corridex.com!nntp2.savvis.net!inetarena.com!not-for-mail
From: SANFACE Software <[email protected]>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: tmpdir module 1.0
Followup-To: comp.lang.perl.modules
Date: 30 Aug 1999 17:51:00 GMT
Organization: Deja.com - Share what you know. Learn what you don't.
Lines: 45
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
NNTP-Posting-Host: halfdome.holdit.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:350 comp.lang.perl.modules:13136

Every PERL tool use temporary files.
If you want your code can be simply portable on different OS, you need
to select the correct tempory directory (the other solution is to use
./ directory).
The purpose of this module is to automathize the configuration of the
temporary directory in every OS supported by PERL.
We need your help.
We ask you to send us the correct tempory directory for every OS
supported by PERL and to suggest us good modifies
<[email protected]>).

At the moment this is the list of OS supported:
Windows 32 bit ('95, '98, NT) c:/temp/ (or c:/windows/temp/)
AIX Solaris IRIX Linux        /tmp/
Mac                           /desktop folder/temp/
OpenVMS                       /sys\$scratch/ (or SYS\$SCRATCH)

If the module can't recognize your OS the temporary directory is set to
./

Use testtmpdir.pl to test the module on your OS and testOS.pl to know
the value of $^O PERL variable on your OS.

Copyright 1999, SANFACE Software

This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

Availability

The latest version of this library is likely to be available from:
http://www.sanface.com
and at every CPAN mirror (
http://www.perl.com/CPAN/authors/id/S/SA/SANFACE/ )

--
SANFACE Software
http://www.sanface.com
mailto:[email protected]


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.