sub hin2urd { $path=@_[0]; $file=@_[1]; $output=@_[2]; system("$path/bin/urd/hindi2urdu.exe < $file > $output"); }; 1;