Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Create a Perl script to store the information in Excel
--------------------------------------
id name address
1 cristine New York
2 murray Redmond
3 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 script should be able to provide data of any employee using the id or name or address. For example: If I need details that who is the person lives in Sunnyvale, the Perl script should give me back the result as Kumar.
*What data structure you have used and why?
*Try out usage of GetOptions in Perl script...?
*How can I manage duplicate data if any?
Please help me and answer me..
Profile Answers by Cristine Thine Questions by Cristine Thine
Questions by Cristine Thine