Hi I am new to perl..I havae rquire ment as follows
I have file name sample . and the data in the file is
DATE NO_OF_Occurs AMOUNT_IN_DOLLAR
----------- ----------------- --------------------
2-APR-2009 22 4625345
I need to update the dollar modify the dollar amount from "4625345" to "$4625345" . I need to modify this sample file by readaing this file from perl script..
I was able to get the line not able to pick the dollar word to update it, It would be great if some one help me out..
I need to write test.pl which read sample file and update teh dolar to have $ sign
Thanks,
Nav