>I Have a perl program which runs successfully and gets the required output.
>
>I need to call that program from a perl script. I tried this using eval
>function. But it failed.
>
> Can i know how to do this?
>
>Can anyone guide me in this?
>

It's maybe good to define the called program to be a perl module/lib,then 
access the subroutines in the module by OO way.

--
Books below translated by me to Chinese.
Practical mod_perl: http://home.earthlink.net/~pangj/mod_perl/
Squid the Definitive Guide: http://home.earthlink.net/~pangj/squid/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to