in reply to Frustrated with system calls
$system = system("cp a b"); if ($system > 0) { print("Error occured: $signal\n"); } else { ...do whatever comes next... } [download]
MadraghRuayet another biologist hacking perl....