Archive

Posts Tagged ‘the perl’

Php Expert Need Now

January 23rd, 2010 Comments off

I am calling some perl script from php page by passing parameters

it takes long time to finish the perl script ( say 5 minues)

the problem :

php page wait till the perl script finish (5 minutes)

what we need :

we need run the perl script in back ground and update the satus in html page via ajax , so that site user can browse the site
we need to run perl script by passing different parameters

Bear