Hi,
I am new to perl. I want to open a flle with some data and skip the fisrt line, and write to another file.
Source File: source.txt
Data: Bank Acct - Cheking
Balance: $230
Customer: Tom
-------
------
Target File should only contain all the lines, except the first one
target: target.txt
Data: Balance: $230
Customer: Tom
-------
------
Thanks for help on this...