nightJohnBoy
Programmer
Hi guys,
I need a light help on create a perl tool for work.
Basically I have a file that I want to read into a hash table that will costing of the following.
Identifier/Code, Period, Unit Charge, Min charge, Fixed Charge
an example record could be:
4417862,Evening, 0.01,0.00,0.00
4417862,Daytime, 0.03,0.054,0.00
I will then read in a new file that will check against the identifier and period and allow me to select the unit charge, min charge and fixed charge. Which will aid in the calculation.
Its been ages since I have done anything in perl and I am a little rusty.
Thanks in advance.
John
I need a light help on create a perl tool for work.
Basically I have a file that I want to read into a hash table that will costing of the following.
Identifier/Code, Period, Unit Charge, Min charge, Fixed Charge
an example record could be:
4417862,Evening, 0.01,0.00,0.00
4417862,Daytime, 0.03,0.054,0.00
I will then read in a new file that will check against the identifier and period and allow me to select the unit charge, min charge and fixed charge. Which will aid in the calculation.
Its been ages since I have done anything in perl and I am a little rusty.
Thanks in advance.
John