Hi Monks,
I have this line in my script:
print FHL $time_date;
Now, $time_date is "200802251655", but the output csv file cuts it down to "2.00802E+11".
Is there any way I can ensure that it prints the entire thing in the csv file. I tried putting it in quotes, it didn't work.
Thanks in advance