Again,
exec 'c:\perl\bin\perl print_2.pl'; is more security prone and slower than
exec 'c:\perl\bin\perl', 'print_2.pl'; since a shell is involved in the top snippet.
Also, if you're going to put the whole path, you might as well add ".exe" to speed things up slightly.