XFileSharing Pro - Corn.pl
-
- Posts: 5
- Joined: Aug 30, 2012 12:36 pm
First type
Then add
there must be only one space between 0 and 0 or *
If it gives carp error type
Then enter perl console with
Finally install Carp
Code: Select all
crontab -e
Code: Select all
0 * * * * cd /var/www/cgi-bin;./cron.pl >/dev/null 2>&1
0 0 * * * cd /var/www/cgi-bin;./cron_deleted_email.pl
>/dev/null 2>&1
If it gives carp error type
Code: Select all
yum install perl-CPAN
yum install perl-FCGI
yum install perl-YAML
yum install make
Code: Select all
perl -MCPAN -e 'shell'
Code: Select all
install CGI::Carp