Help for this page

Select Code to Download


  1. or download this
    print "Hello, world!\n";
    select(STDERR);
    print "To STDERR\n";
    select(STDOUT);
    print STDERR "Also on STDERR\n";