0

I have a perl script which i have to run in php code. Here is my perl script.

perl /var/www/app/site_by_corp.pl &

I was running this perl script in terminal by manual. Now i want to run this inside php code.

1

1 Answer 1

0

Use exec

exec("perl /var/www/app/site_by_corp.pl &", $output);
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.