Write a PERL program that records a file with 4 fields from the database. The fields are Emp_code, Emp_name, Basic_pay,
Also program to find the following:
HRA=12%of Basic_pay
DA=6%of Basic_pay
Vehicle Allowance (VA) = 2.4%of Basic_pay
Professional Tax (PT) =1%of Basic_pay
PF=12%of Basic_pay
Net_pay=Basic_pay+HRA+DA+VA-PF-PT
-----------------------------------------------------------
database can be ms-access or simple ascii text file
this is for my asgnmts and i don't know a word of pearl...