Help for this page

Select Code to Download


  1. or download this
    if ($query{submit} eq "PDF") {
            open STDOUT, ">tempfile.html" or graceful_exit("can't open fil
    +e");
        }
    
  2. or download this
    if ($query{submit} eq "PDF") {
            open OUTPUT, ">tempfile.html" or graceful_exit("can't open fil
    +e");
        } else {
              open OUTPUT, '>STDOUT';  # I know this is wrong
    }