in reply to A doubt about invoking perl script through other perl script

Start by cutting out all the unnecessary stuff when debugging:

use warnings; use strict; my $result = `perl load_data_to_db +.pl 2010_05_15 2010_05_15 WINDOWS`;

When you run that, do you get what you expect?

Perhaps you want to print the value of $result