The `IO::Tee' constructor, given a list of output handles, returns a tied handle that can be written to but not read from. When written to (using print or printf), it multiplexes the output to the list of handles originally passed to the constructor.
The `IO::Tee' constructor, given a list of output handles, returns a tied handle that can be written to but not read from. When written to (using print or printf), it multiplexes the output to the list of handles originally passed to the constructor.
To install p5.28-io-tee, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-io-tee
To see what files were installed by p5.28-io-tee, run:
port contents p5.28-io-tee
To later upgrade p5.28-io-tee, run:
sudo port selfupdate && sudo port upgrade p5.28-io-tee
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.