in reply to Re^2: perl printf vs C fprintf performance
in thread perl printf vs C fprintf performance

useperlio is an option you set when compiling/installing perl http://search.cpan.org/dist/perl/INSTALL
$ perl -V |grep -i perlio useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=und +ef USE_LARGE_FILES USE_PERLIO USE_SITECUSTOMIZE $ perl -V:useperlio useperlio='define';