Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 0ddba11

  1. 0ddba11

    process form WITHOUT output?

    ...can i do this by opening STDOUT to dev/null? if so, how? any help will be appreciated...
  2. 0ddba11

    process form WITHOUT output?

    thanks... here's the whole thing...comment shows where it fails. when i write to an output file (http) instead of exiting, it works, ++++++++++++++++++++ #!/usr/local/bin/perl -w read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}); #read input @pairs = split(/&/, $buffer); #split input up...
  3. 0ddba11

    process form WITHOUT output?

    ...this qualifies as a question from an idiot, perhaps. i want to hack a formmail-type script to process a form and print(MAIL *WITHOUT* subsequently writing to a "response" html page or "redirecting." my hacks all fail when they don't include a print to file0 or redirect...

Part and Inventory Search

Back
Top