I installed "Inline" module from ppm(perl package manager)
Not much point in doing that, unfortuantely, as you still need a C compiler and make utility to make use of Inline::C.
It's better to install the compiler and make utility first (eg run 'ppm install mingw' for dmake/gcc - or install one of the free MS compilers if you prefer to be using nmake/cl) and then build Inline::C from CPAN source. If the build succeeds then you're right to go.