View Single Post
  #1 (permalink)  
Old 04-24-05, 12:21 AM
Geeta_Sharma Geeta_Sharma is offline
New Member
 
Join Date: Apr 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Pearl script example - Help required - urgent!!!

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...
Reply With Quote