What is qq (double q)operator in perl?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the meaning of subroutine?
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.
You want to add two arrays together. How would you do that?
Suppose an array contains @arraycontent=(‘ab’, ‘cd’, ‘ef’, ‘gh’). How to print all the contents of the given array?
How the interpreter is used in Perl?
You want to download the contents of a url with perl. How would you do that?
How to connect with sqlserver from perl and how to display database table info?
what is perl language?
Why to use perl scripting?
Explain the difference between declarations of 'my' and 'local' variable scope in perl?
What package you use to create a windows services?
How will you open a file in read-only mode in perl?