in reply to call a shell script from a perl script
chdir "/home/lib/dirA/"; system("shell_script.sh"); [download]