ukhas jean wrote:

> Hello All,
>  
> I saw this code on the net and was hoping if somebody could help me with
> the parameter within quotes ...
>  
> open(SENDMAIL, "|/usr/lib/sendmail -t")

You're opening a pipe to the UNIX sendmail command and passing the -t arg
to it.

> I believe the author is trying to read the file "sendmail" in /usr/bin ...
> 1. but what does the option -t do???

info/man sendmail

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to