Help for this page

Select Code to Download


  1. or download this
    select(FILE);
    print $text;
    print "blah blah blah\n";
    
  2. or download this
    open DRILL_FILE, ">$drill_file";
    open ROUT_FILE, ">$rout_file";
    ...
    print "stuff...\n";
    select(ROUT_FILE);
    print "other stuff...\n";