Help for this page

Select Code to Download


  1. or download this
    $ perl -e'print "x" x 100_000' \
    | strace perl -e'read(\*STDIN, my $buf, 100_000)' 2>&1 \
    ...
    read(0, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"..., 8192) = 8192
    read(0, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"..., 8192) = 8192
    read(0, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"..., 8192) = 1696