NO error throwing in my code.Making Password protection functionality is not working on my perl version v5.8.8 and current installed parse excel module version: perl-Spreadsheet-ParseExcel.x86_64 0.3200-3.el5
#!/usr/bin/perl -w
use strict;
use Spreadsheet::ParseExcel;
my $file='/home/muthum/excel1.xls';
my $parser = Spreadsheet::ParseExcel->new( Password => 'secret' );
my $workbook = $parser->Parse($file);