Link to home
Start Free TrialLog in
Avatar of ItsMe
ItsMe

asked on

Perl & Sendmail

Hi ! I've created a temp-text file which I want to send to somebody. How do I do tis with sendmail ? Is there a command like sendmail to xy@xy.com from xy@xy.com content tempfile.tmp

regards
ItsMe
ASKER CERTIFIED SOLUTION
Avatar of lambda
lambda

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lambda
lambda

U can remove the line
select (MAIL);

from the code, it is not actually required


£.
Avatar of ItsMe

ASKER

Hi !
what does the | means ?

regards
ItsMe
Avatar of ozo
perldoc -f open
The '|' sends the output to the sendmail program.
For more details, you can type what ozo suggested, at the prompt.