-
Create a Perl script to store the information in Excel
Hello,--------------------------------------id name address1 cristine New York 2 murray Redmond3 kumar Sunnyvale --------------------------------------This is 'samples.xlsx' file.'id' string in A1, 'name' in B1, 'address' in C1 column in excel file.Create a Perl script to store the information about employee using the header as in raw 1. The Perl...
-
Install Perl module using CPAN
How to install Perl module using CPAN. How to include the module in a program?