Sudha Natarajan wrote:
> Hi,
>
> I really need some help to programatically send email to a
> pager from a visualC/C++ program without an user interface.
> I'm using MS visualC/C== 6.0. This application will be running
> in batch mode . Right now I have a PERL script that can send a
> file to an email address. But the only way I know is to call
> this PERL script from C is by a "system" call which basically
> spawns a process from the C program to execute this PERL script.
> Is there an easier and better way to do this?

try this:

    perldoc perlembed


cheers,
Aldo

__END__
$_=q,just perl,,s, , another ,,s,$, hacker,,print;


Reply via email to