What does localtime() do in perl?
No Answer is Posted For this Question
Be the First to Post Answer
What is automatic error handling in perl?
What are the various advantages and disadvantages of perl?
Write the program to process a list of numbers.
Explain different types of perl operators.
How many data types are there in perl?
What are the purpose of close(), getc() and read() functions?
what is the difference between java and cgi?
Explain chop?
Explain the meaning of closure in perl.
What is the use of 'ne' operator?
Try pattern matching for the following: 1) 10.111.23.11 2) /root/abc/cde/fgg/ac.xml --> Get file name without extention. 3) /root/abc/ac.xml/fgg/ac.xml --> Get file name without extention. 4) What does "DIE" meant in PERL? 5) chomp 6) "This is saturday" --> Print the weekday number. 7) 11-2-2009 --> Print the name of the month. 8) Reverse the string without using func in C.
What does the q{ } operator do?