how to include spreadsheet::ParseExcel in shell script

Please tell me that how can we include Spreadsheet::ParseExcel module in shell script

This is perl module, and therefore can be used within perl script like :

#!/usr/bin/perl

use Spreadsheet::ParseExcel;

the module has to be installed, here's the usage and examples.