While you could handle opening the pipe to Sendmail yourself, it's better for a bazillion reasons to use a module. And you always can, if you're crafty (and your host is cruel). The easist for you is to cut and paste the entire module into a BEGIN block, and put it inside your script, like so:
Cheers,#usr/bin/perl -wT package main; use strict; # Your code goes here # Whatever you need # To do, using the module #Might wanna add #some blank line for clarity BEGIN { #cut 'n' paste module here }
In reply to Re: Sendmail
by erikharrison
in thread Help with script using sendmail
by venimfrogtongue
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |