Help for this page

Select Code to Download


  1. or download this
    Win32::OLE(0.1702) error 0x80020009: "Exception occurred"
        in PROPERTYPUT "Value" at C:\Perl\Test\im.pl line 134
    ...
        in PROPERTYPUT "Value" at C:\Perl\Test\im.pl line 128
    Win32::OLE(0.1702) error 0x80020009: "Exception occurred"
        in PROPERTYPUT "Value" at C:\Perl\Test\im.pl line 134
    
  2. or download this
                            $Sheet_tmpl->Cells($trow,4)->{'Value'} = "$dat
    +a" if ($cell_info->{$count} eq 'RTO');
                            $Sheet_tmpl->Cells($trow,5)->{'Value'} = "$dat
    +a" if ($cell_info->{$count} eq 'RPO');
    ...
                            $Sheet_tmpl->Cells($trow,15)->{'Value'} = "$da
    +ta" if ($cell_info->{$count} eq 'Storage Raw (GB)');
                            $Sheet_tmpl->Cells($trow,16)->{'Value'} = "$da
    +ta" if ($cell_info->{$count} eq 'Storage Growth (% per year)');
                            $Sheet_tmpl->Cells($trow,17)->{'Value'} = "$da
    +ta" if ($cell_info->{$count} eq 'Application Type');