What is the use of command “use strict”?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between declarations of 'my' and 'local' variable scope in perl?
Why do you use Perl?
What is automatic error handling in perl?
What does init 5 and init 0 do?
What are perl variables?
How does polymorphism work in perl? Give an example.
Explain goto name?
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 are steps to do to lock the sony ericsson mobile with password?
What arguments do you frequently use for the Perl interpreter and what do they mean?
What is the difference between $array[1] and @array[1]?
Where do we require ‘chomp’ and what does it mean?