stew has asked for the wisdom of the Perl Monks concerning the following question:
@time_arr = split(/-/,$components[1]); $time_arr[1] = $time_arr[1] -1; $unix_time = timelocal(0,0,0,$time_arr[2],$time_arr[1],$time_ar +r[0]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Continuing with program execution even when function gives error
by Kanji (Parson) on Jun 20, 2002 at 11:22 UTC | |
|
Re: Continuing with program execution even when function gives error
by particle (Vicar) on Jun 20, 2002 at 11:50 UTC | |
|
Re: Continuing with program execution even when function gives error
by Aristotle (Chancellor) on Jun 20, 2002 at 11:56 UTC |