Help language development. Donate to The Perl Foundation

unprint zef:lizmat last updated on 2021-11-07

497ddffb8a4d4d15359f1ceab3ad74e5a816943e/

Actions Status

NAME

unprint - provide fast print / say / put

SYNOPSIS

use unprint;

print "foo";
say "bar";
put 42;

DESCRIPTION

This module provides fast print, say and put subroutines that will directly write to STDOUT of the OS without any overhead caused by determining which $*OUT to actually use. As such, this should give you similar speeds as Perl 5's output.

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/unprint . Comments and Pull Requests are welcome.

COPYRIGHT AND LICENSE

Copyright 2018, 2020, 2021 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.