Help for this page

Select Code to Download


  1. or download this
    print FILE "this is text\n";
    
  2. or download this
    select(FILE);
    print "Printing to FILE\n";
    select(STDOUT);
    print "Printing to STDOUT\n";