This page's ID: 13835
From: 127 Halcyon Road, Marenia, AtlantisInsane since: Aug 2000
#!/usr/bin/perl # Voodoo 'Doll' Petskull # Formatting email from an input page to sendmail.... require "cgi-lib.pl"; # http://cgi-lib.berkeley.edu/ &ReadParse(*input); $myEmail = "petskull@nospan.twistedport.com"; $mailprogram = "/usr/sbin/sendmail"; $name = $input{'name'}; $addy = $input{'email'}; $subject = $input{'subject'}; $body = $input{'body'}; sub sendEmail{ open (MAIL, "
« Backwards — Onwards »