On Fri, Jun 22, 2001 at 08:58:55AM -0400, Steven Scott wrote:
>     Is there an easy way to call one Perl program from another?  Trying to run under 
>Apache Web server on Windows and we want to do some processing in one program, then 
>return control to our main menu Perl program.

>From "perldoc perlembed":

       PREAMBLE

       Do you want to:

       Use C from Perl?
            Read the perlxstut manpage, the perlxs manpage, the
            h2xs manpage, the perlguts manpage, and the perlapi
            manpage.

       Use a Unix program from Perl?
            Read about back-quotes and about "system" and "exec"
            in the perlfunc manpage.

       Use Perl from Perl?
            Read about the do entry in the perlfunc manpage and
            the eval entry in the perlfunc manpage and the
            require entry in the perlfunc manpage and the use
            entry in the perlfunc manpage.

       Use C from C?
            Rethink your design.

       Use Perl from C?
            Read on...


-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to