Help for this page

Select Code to Download


  1. or download this
    print "This goes to stdout\n";
    {
    ...
        # more code here that prints stuff to stdout
    }
    print "Back to normal stdout\n";