File::Temp can be used to create and open temporary files in a safe way. There is both a function interface and an object-oriented interface. The File::Temp constructor or the tempfile() function can be used to return the name and the open filehandle of a temporary file. The tempdir() function can be used to create a temporary directory.
File::Temp can be used to create and open temporary files in a safe way. There is both a function interface and an object-oriented interface. The File::Temp constructor or the tempfile() function can be used to return the name and the open filehandle of a temporary file. The tempdir() function can be used to create a temporary directory.
To install p5.32-file-temp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-file-temp
To see what files were installed by p5.32-file-temp, run:
port contents p5.32-file-temp
To later upgrade p5.32-file-temp, run:
sudo port selfupdate && sudo port upgrade p5.32-file-temp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.