What is the difference between localtime() and gmtime() functions?
Answer / Manuj Kumar
localtime(): It returns the current local time, which is adjusted for daylight saving time (if applicable). gmtime(): It returns the current Greenwich Mean Time (GMT) or Coordinated Universal Time (UTC), which does not adjust for daylight saving time.
| Is This Answer Correct ? | 0 Yes | 0 No |
You want to connect to sql server through perl. How would you do that?
What do the symbols $ @ and % mean when prefixing a variable?
Explain ivalue?
How can memory be managed in Perl?
What does `$result = f() .. g()' really return?
In CPAN module, name an instance you use.
What does redo statement do in perl?
What exactly is grooving and shortening of the array?
Explain the default scope of variables in perl?
Which feature of perl provides code reusability?
Write syntax to add two arrays together in perl?
How the interpreter is used in Perl?