Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for $key ( sort keys %hash ) {
        $tee->format_write( q/main::TEE/ );
    }
    
  2. or download this
    -> ./tst-tee-write 
    ==== Top of Output ====
    ...
    key3    val3
    key4    val4
    key5    val5