Help for this page

Select Code to Download


  1. or download this
    open NEW_STDOUT, '>/dev/null' or die $!;
    select(NEW_STDOUT);
    ...
    select(STDOUT);
    close(NEW_STDOUT);
    print "Printing again\n";