in reply to Re^4: read from xlsx is throwing error
in thread read from xlsx is throwing error

Then please try to find out where the module has been installed:

dir /b /s C:\Strawberry\perl\Read.pm dir /b /s C:\DWIMPERL\perl\Read.pm dir /b /s C:\Read.pm

If the file is not found anywhere below C:\DWIMPERL\perl\ and C:\Strawberry\perl\ then it has not been installed.

If you are unsure which version of Perl is run, please run the following and post the output:

perl -V

The module must be installed by that Perl and somewhere below @INC of that Perl.