Operating System - Linux
1753801 Members
7680 Online
108805 Solutions
New Discussion

Re: How to add time intervals in perl

 
SOLVED
Go to solution
Pankaj Yadav_1
Frequent Advisor

Re: How to add time intervals in perl

I think I have got the solution.

Thanks a lot for all the pain you all took !

If I get further problems I will post here .
This forum is great since the members are great.

Thanks a lot once again.
Marvin Strong
Honored Contributor
Solution

Re: How to add time intervals in perl

let me make sure I understand.

You don't know which elements of your array contain the values you want to add? But you want to add them and store them as a different variable?

If thats the case you need to figure out what elements they are (print the array) or return the data from your query into a more useful data structure.