Hi Guys,
I have a Perl script running as a Daemon, It basically listens on a TCP Prot and writes all the data recieved to a txt file.
once this file is created i have a cron script that runs every min to check for files and process them using PHP
Is it possible to add some code at the end of the Perl script to call a PHP script?