Execute Perl/PHP scripts from the command line
Executing PHP/Perl scripts from the command line is a very easy task. Executing scripts from the command line can be very useful when troubleshooting cron jobs. For PHP, just use the php command: root@web [/backup]# php /home/manus/public_html/phpscript.php I am a…