$ENV{PATH} is probably not "right" for the cron job.
/etc/profile (or whatever else the shell sources upon login) probably adds the path to mysqlimport to your PATH, and cron and its children don't run login shells.
Try adding $ENV{PATH} .= ':/path/to/mysql/bin' to your script.
In reply to Re: System call from cron Perl script
by chibiryuu
in thread System call from cron Perl script
by ralphch
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |