What are prefix dereferencer? List them.
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of now constructor in perl?
How can you define “my” variables scope in Perl and how it is different from “local” variable scope?
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.
Differences between die and exit.
You want to empty an array. How would you do that?
How to convert strings into an array in perl?
We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?
Create a function that is only available inside the scope where it is defined ?
Explain the default scope of variables in perl?
What syntax is used for grep() function?
What are arrays in perl?
write a perl script to find whether a given line of text is starting and ending with same word or not ???