How can I call a Perl script from PHP?

后端 未结 4 2014
無奈伤痛
無奈伤痛 2021-01-02 06:12

I am interested in knowing the ways we can call/run Perl scripts in PHP.

4条回答
  •  無奈伤痛
    2021-01-02 06:39

    Just like any other executable.

    But avoid it, it's very inefficient. What do you want to achieve by doing it?

提交回复
热议问题